-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P1Impacts a large percentage of users; if a workaround exists it is partial or overly painfulImpacts a large percentage of users; if a workaround exists it is partial or overly painfularea: docsRelated to the documentationRelated to the documentation
Description
We should document what --prod
really does.
It's actually a sort of meta-flag that adds a bunch of defaults: https://github.com/angular/angular-cli/blob/master/packages/@angular/cli/models/webpack-config.ts#L84-L89
Besides setting these defaults, it also adds minification and a few more things: https://github.com/angular/angular-cli/blob/master/packages/@angular/cli/models/webpack-configs/production.ts#L85-L93
Minification should perhaps be opt-in however, via a flag.
Metadata
Metadata
Assignees
Labels
P1Impacts a large percentage of users; if a workaround exists it is partial or overly painfulImpacts a large percentage of users; if a workaround exists it is partial or overly painfularea: docsRelated to the documentationRelated to the documentation