minimize in prod

This commit is contained in:
willyb321
2018-09-29 07:50:36 +10:00
parent 06dc110025
commit e46bb425fe

View File

@@ -24,7 +24,7 @@ module.exports = {
},
mode: 'production',
optimization: {
minimize: false,
minimize: true,
splitChunks: {
chunks: 'all'
}