[deploy] changed script for release build

This commit is contained in:
Maxim Kadushkin 2021-04-08 17:54:03 +03:00
parent ee15cf025d
commit c3e14f5f12

View file

@ -168,10 +168,12 @@ module.exports = {
...(env === 'production' ? [ ...(env === 'production' ? [
new CssMinimizerPlugin({ new CssMinimizerPlugin({
minimizerOptions: {
processorOptions: { processorOptions: {
safe: true, safe: true,
map: { inline: false }, map: { inline: false },
}, },
},
}), }),
new webpack.optimize.ModuleConcatenationPlugin(), new webpack.optimize.ModuleConcatenationPlugin(),
] : [ ] : [