Set parallel to false for TerserPlugin to try and fix build failures
parent
39d70a94a6
commit
69dec1bdf9
|
|
@ -567,7 +567,7 @@ module.exports = [{
|
|||
optimization: {
|
||||
minimizer: PRODUCTION ? [
|
||||
new TerserPlugin({
|
||||
parallel: true,
|
||||
parallel: false,
|
||||
extractComments: true,
|
||||
terserOptions: {
|
||||
compress: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue