From c60863e79f7ec338b3697018775622dc66ab1bb6 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 15 Oct 2020 22:31:34 +0300 Subject: Cleanup webpack configuration --- vnext/webpack.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'vnext/webpack.config.js') diff --git a/vnext/webpack.config.js b/vnext/webpack.config.js index a8e28f49..29af95b5 100644 --- a/vnext/webpack.config.js +++ b/vnext/webpack.config.js @@ -48,7 +48,7 @@ module.exports = (env, argv) => { postcssOptions: { plugins: [ 'stylelint', - ['postcss-preset-env', { stage: 0, autoprefixer: { grid: true } }] + 'postcss-preset-env' ] } } @@ -83,8 +83,7 @@ module.exports = (env, argv) => { plugins: [ new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/), new MiniCssExtractPlugin({ - filename: 'Juick.[contenthash].css', - allChunks: true + filename: 'Juick.[contenthash].css' }), new HtmlWebPackPlugin({ template: './src/index.html', -- cgit v1.2.3