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(
|
concatMap(
|
||||||
() =>
|
options =>
|
||||||
scheduleTargetAndForget(context, target, {
|
scheduleTargetAndForget(context, target, {
|
||||||
|
...options,
|
||||||
watch: true
|
watch: true
|
||||||
}) as Observable<NodeBuildEvent>
|
}) as Observable<NodeBuildEvent>
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user