[deploy] changed script for release build
This commit is contained in:
parent
ee15cf025d
commit
c3e14f5f12
|
@ -168,10 +168,12 @@ module.exports = {
|
|||
|
||||
...(env === 'production' ? [
|
||||
new CssMinimizerPlugin({
|
||||
minimizerOptions: {
|
||||
processorOptions: {
|
||||
safe: true,
|
||||
map: { inline: false },
|
||||
},
|
||||
},
|
||||
}),
|
||||
new webpack.optimize.ModuleConcatenationPlugin(),
|
||||
] : [
|
||||
|
|
Loading…
Reference in a new issue