fix(node): pass builder options on to the serve target
Otherwise it is not possible to use option such as showCircularDependencies also during serve ISSUES CLOSED: #1649
This commit is contained in:
parent
180c990d34
commit
ef8ddb5717
@ -150,8 +150,9 @@ function startBuild(
|
||||
}
|
||||
}),
|
||||
concatMap(
|
||||
() =>
|
||||
options =>
|
||||
scheduleTargetAndForget(context, target, {
|
||||
...options,
|
||||
watch: true
|
||||
}) as Observable<NodeBuildEvent>
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user