We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8b80c commit 62fac41Copy full SHA for 62fac41
packages/@angular/cli/models/webpack-configs/production.ts
@@ -152,6 +152,7 @@ export function getProdConfig(wco: WebpackConfigOptions) {
152
new UglifyJSPlugin({
153
sourceMap: buildOptions.sourcemaps,
154
parallel: true,
155
+ cache: true,
156
uglifyOptions: {
157
ecma: wco.supportES2015 ? 6 : 5,
158
warnings: buildOptions.verbose,
0 commit comments