Skip to content

Commit c938936

Browse files
clydinBrocco
authored andcommitted
feat(@angular/cli): enable parallel javascript minification
1 parent 215ba9b commit c938936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@angular/cli/models/webpack-configs/production.ts

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export function getProdConfig(wco: WebpackConfigOptions) {
146146
// Uglify should be the last plugin as PurifyPlugin needs to be before it.
147147
new UglifyJSPlugin({
148148
sourceMap: buildOptions.sourcemaps,
149+
parallel: true,
149150
uglifyOptions: {
150151
ecma: wco.supportES2015 ? 6 : 5,
151152
warnings: buildOptions.verbose,

0 commit comments

Comments
 (0)