fix(angular): watch on webpack browser builder (#8204)
This commit is contained in:
parent
0a3350a661
commit
7be0793c6a
@ -52,16 +52,7 @@ function buildApp(
|
||||
}
|
||||
}
|
||||
|
||||
const scheduledBuilder = context.scheduleBuilder(
|
||||
'@angular-devkit/build-angular:browser',
|
||||
delegateOptions as Schema & JsonObject,
|
||||
{
|
||||
target: context.target,
|
||||
logger: context.logger as any,
|
||||
}
|
||||
);
|
||||
|
||||
return from(scheduledBuilder).pipe(switchMap((x) => x.result));
|
||||
return executeBrowserBuilder(delegateOptions, context);
|
||||
}
|
||||
|
||||
function buildAppWithCustomWebpackConfiguration(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user