mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 04:26:01 +08:00
With this change we add support for raw-loader 1, 2 and 3. In version 2 raw-loader released a breaking change https://github.com/webpack-contrib/raw-loader/releases/tag/v2.0.0 and now they use ES Module export instead of CommonJS. Closes #15286 and closes #15149
Angular Webpack Build Facade
WIP