fix minimize flag
This commit is contained in:
parent
bc1edea5bb
commit
6ce1e75c21
@ -48,7 +48,7 @@ module.exports = (env, argv) => {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
optimization: {
|
optimization: {
|
||||||
minimize: isEnvDevelopment,
|
minimize: isEnvProduction,
|
||||||
splitChunks: {
|
splitChunks: {
|
||||||
chunks: 'all',
|
chunks: 'all',
|
||||||
name: false
|
name: false
|
||||||
|
Loading…
Reference in New Issue
Block a user