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: { optimization: {
minimizer: [ minimizer: [
new TerserJSPlugin({ /*new TerserJSPlugin({
sourceMap: !isProduction, sourceMap: !isProduction,
}), }),*/
new OptimizeCSSAssetsPlugin({}), new OptimizeCSSAssetsPlugin({}),
], ],
}, },