mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
Webpack doesn't handle promise rejections properly. With this change use use a try/catch block and add the error to the compilation. Closes #19893
Angular Webpack Build Facade
WIP