mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
With this change we add an optional migration to update Angular CLI workspace configurations to 'production' mode by default. To run this migration use the below commands ``` ng update @angular/cli ng update @angular/cli --migrate-only production-by-default ```