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