adjust the file path

This commit is contained in:
Gabe Yuan
2023-08-04 07:14:27 +08:00
parent b9ee377b7a
commit f4085b2fa7

View File

@@ -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(