From f4085b2fa750597749dbe5f60bed4f0ecc2ea62c Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Fri, 4 Aug 2023 07:14:27 +0800 Subject: [PATCH] adjust the file path --- config-overrides.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-overrides.js b/config-overrides.js index 136f2d4..73784dc 100644 --- a/config-overrides.js +++ b/config-overrides.js @@ -96,7 +96,7 @@ function override(config, env) { // Custom MiniCssExtractPlugin instance to get rid of hash in filename template const miniCssExtractPlugin = new MiniCssExtractPlugin({ - filename: "static/css/[name].css", + filename: "css/[name].css", }); // Replace origin MiniCssExtractPlugin instance in config.plugins with the above one config.plugins = replacePlugin(