From 71da010aea285970f546073b8313dbddb5a10cd4 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 16 Aug 2021 23:50:32 +0300 Subject: css minimizer plugin now respect source map settings --- vnext/webpack.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'vnext/webpack.config.js') diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index 1c7ed6d2..ed8686c1 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -107,9 +107,7 @@ module.exports = (env, argv) => { config.optimization = { minimizer: [ '...', - new CssMinimizerPlugin({ - sourceMap: true - }) + new CssMinimizerPlugin({}) ], splitChunks: { chunks: 'all' -- cgit v1.2.3