remove minimize: true from webpack config

This commit is contained in:
BryceLTaylor 2022-02-01 14:24:13 -05:00
parent 7238d57354
commit 98a0bef309

View file

@ -143,13 +143,11 @@ module.exports = {
} }
} }
}, },
minimize: true,
minimizer: [ minimizer: [
new TerserPlugin({ new TerserPlugin({
parallel: 4 parallel: 4
}) })
] ]
}, },
plugins: [ plugins: [
new MiniCssExtractPlugin(), new MiniCssExtractPlugin(),