mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
With this change we deprecate a number of dev-server builder options which proxied to the browser builder. This pattern also wrongly assumes that 3rd party browser builders also support all these options. Configure the below deprecated options directly in the browser builder target options instead. - aot - sourceMap - deployurl - baseHref - vendorChunk - commonChunk - optimization - progress
Angular Webpack Build Facade
WIP