mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 04:26:01 +08:00
* refactor(@ngtools/webpack): support import-based loader resolution * fix(@angular-devkit/build-angular): ensure correct ngtools loader version By using the the direct import approach, the loader will be guaranteed to originate from the same package version/location as the other `@ngtools/webpack` imports. Fixes #13539
Angular Webpack Build Facade
WIP