✌️
This commit is contained in:
parent
45cb5cec04
commit
cc49e1af8e
3 changed files with 14 additions and 5 deletions
|
@ -244,6 +244,7 @@ module.exports = entries.map(x => {
|
|||
devtool: 'source-map',
|
||||
optimization: {
|
||||
minimize: doMinify
|
||||
}
|
||||
},
|
||||
mode: doMinify ? 'production' : 'development'
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue