From 7866ec42f51a7337444b8713ede9d3a50af4fd28 Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sun, 13 Mar 2022 22:34:58 +0100 Subject: [PATCH] fixed css webpack config --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index e6c67f5..7ae6090 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -8,7 +8,7 @@ const MiniCssExtractPlugin = require("mini-css-extract-plugin"); const webpackConfig = { mode: "development", entry: "./src/main.ts", - plugins: [new webpack.ProgressPlugin()], + plugins: [new webpack.ProgressPlugin(), new MiniCssExtractPlugin()], module: { rules: [ {