From b9db3d34b9d6a6eee0abba48e722488f438094e8 Mon Sep 17 00:00:00 2001 From: Arnaud Fauconnet Date: Fri, 14 Oct 2022 16:15:13 +0200 Subject: [PATCH] Removed useless rule in webpack.modules --- webpack.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 72d34d4..8f9d105 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -47,11 +47,7 @@ module.exports = (env, argv) => { // Compiles Sass to CSS "sass-loader", ], - }, - { - test: /\.css$/i, - use: [MiniCssExtractPlugin.loader, "css-loader"], - }, + } ] }, resolve: {