mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 11:44:05 +08:00
At the moment in AOT mode if a CommonJS dependency has transitive CommonJS dependency we are issue warning for both. With this change we align the behaviour with JIT mode, where we issue warnings only for direct CommonJS dependencies or ES dependencies which have CommonJS dependencies. Closes #18526
Angular Webpack Build Facade
WIP