mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +08:00
With this change we add a new `jitMode` option to the ivy AngularWebpackPlugin. `readConfiguration` from `@angular/compiler-cli` will use file configuration options over programmaticly supplied options. By using a separate option the options precedence issue can be avoided. Closes #19949
Angular Webpack Build Facade
WIP