use terset instead of uglify

This commit is contained in:
panr 2021-10-24 17:54:00 +02:00
parent 5737d557f4
commit 9833384a7b

View file

@ -82,6 +82,7 @@ module.exports = (env, { mode }) => ({
minimizer: [
new TerserPlugin({
parallel: true,
extractComments: false,
}),
],
},