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.
2 parents 0968e1c + b319ea6 commit 14f2818Copy full SHA for 14f2818
lib/WebpackOptionsDefaulter.js
@@ -140,6 +140,8 @@ class WebpackOptionsDefaulter extends OptionsDefaulter {
140
// Lazy load the uglifyjs plugin
141
const UglifyJsPlugin = require("uglifyjs-webpack-plugin");
142
new UglifyJsPlugin({
143
+ cache: true,
144
+ parallel: true,
145
sourceMap: options.devtool && /source-?map/.test(options.devtool)
146
}).apply(compiler);
147
}
0 commit comments