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