mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
While we currently invoke the `callback` with the error in d4f1ff82c5/packages/angular_devkit/build_angular/src/angular-cli-files/plugins/scripts-webpack-plugin.ts (L163)
this is not bubbled up to the main webpack compilation due to the usage of `thisCompilation`.
Closes #16659