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 70f47f6 commit 09ee93fCopy full SHA for 09ee93f
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