UglifyJS throws error, disabled for now.

This commit is contained in:
2020-07-19 16:15:09 +02:00
parent fb5365048c
commit 29f1eef759

View File

@@ -38,11 +38,11 @@ const webpackConfig = merge(commonConfig(false), {
preset: ["default", { discardComments: { removeAll: true } }] preset: ["default", { discardComments: { removeAll: true } }]
} }
}), }),
new UglifyJSPlugin({ // new UglifyJSPlugin({
cache: true, // cache: true,
parallel: false, // parallel: false,
sourceMap: !isProd // sourceMap: !isProd
}) // })
] ]
}, },
plugins: [ plugins: [