This commit is contained in:
syuilo
2018-03-15 13:11:31 +09:00
parent 45cb5cec04
commit cc49e1af8e
3 changed files with 14 additions and 5 deletions

View File

@ -244,6 +244,7 @@ module.exports = entries.map(x => {
devtool: 'source-map',
optimization: {
minimize: doMinify
}
},
mode: doMinify ? 'production' : 'development'
};
});