Temporarily disable code minimizing

This commit is contained in:
schmelczerandras 2020-07-19 14:11:45 +02:00
parent efb01476b2
commit 13942af41c

View file

@ -20,9 +20,9 @@ module.exports = {
},
optimization: {
minimizer: [
new TerserJSPlugin({
/*new TerserJSPlugin({
sourceMap: !isProduction,
}),
}),*/
new OptimizeCSSAssetsPlugin({}),
],
},