We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15312e8 commit 890cfbeCopy full SHA for 890cfbe
packages/angular_devkit/build_angular/src/browser/index2.ts
@@ -279,7 +279,7 @@ export function buildWebpackBrowser(
279
resolve(root, normalize(options.outputPath)),
280
options.baseHref || '/',
281
options.ngswConfigPath,
282
- ).then(() => ({ success: true })));
+ ).then(() => ({ success: true }), () => ({ success: false })));
283
} else {
284
return of(buildEvent);
285
}
0 commit comments