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