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 93f2a6d + 09ee93f commit 801fc91Copy full SHA for 801fc91
lib/plugins/terser.js
@@ -18,7 +18,9 @@ const applyOptionsCallback = require('../utils/apply-options-callback');
18
*/
19
module.exports = function(webpackConfig) {
20
const terserPluginOptions = {
21
- sourceMap: webpackConfig.useSourceMaps
+ sourceMap: webpackConfig.useSourceMaps,
22
+ cache: true,
23
+ parallel: true,
24
};
25
26
return new TerserPlugin(
0 commit comments