We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215ba9b commit c938936Copy full SHA for c938936
packages/@angular/cli/models/webpack-configs/production.ts
@@ -146,6 +146,7 @@ export function getProdConfig(wco: WebpackConfigOptions) {
146
// Uglify should be the last plugin as PurifyPlugin needs to be before it.
147
new UglifyJSPlugin({
148
sourceMap: buildOptions.sourcemaps,
149
+ parallel: true,
150
uglifyOptions: {
151
ecma: wco.supportES2015 ? 6 : 5,
152
warnings: buildOptions.verbose,
0 commit comments