mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
This commit adds the option to run build-optimizer on the server bundles. This is needed as in some cases, there can be restrictions on the size of server bundles that can be executed. One of these cases is CloudFlare workers which by default does not work with an `ng-new` application due to the size of the bundle mainly due to the retention of the `@angular/compiler`.