Set parallel to false for TerserPlugin to try and fix build failures

This commit is contained in:
Aditya Toshniwal 2023-07-20 17:21:47 +05:30
parent 39d70a94a6
commit 69dec1bdf9

View File

@ -567,7 +567,7 @@ module.exports = [{
optimization: {
minimizer: PRODUCTION ? [
new TerserPlugin({
parallel: true,
parallel: false,
extractComments: true,
terserOptions: {
compress: true,