diff --git a/webpack.config.js b/webpack.config.js index 2176667dbec..6bf079fc327 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -433,7 +433,15 @@ module.exports = { optimization: { minimize: production, - minimizer: [new TerserJSPlugin({ extractComments : false }), new CssMinimizerPlugin()], + minimizer: [ + new TerserJSPlugin({ extractComments : false }), + new CssMinimizerPlugin({ + minimizerOptions: { + preset: ['default', { mergeLonghand: false }] + } + }) + ], + }, module: {