mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 20:52:06 +08:00
This change adds helpers to allow the Webpack configuration to be automatically adjusted based on the Webpack version in use. These helpers are then used to provide configuration compatibility for Webpack 5 which has several differences to the Webpack 4 configuration. Behavior is maintained between the two versions so that external option behavior is not altered.
Angular Webpack Build Facade
WIP