added chunkhash to the css file

This commit is contained in:
Miodec 2022-03-30 23:58:57 +02:00
parent e99e09dde3
commit 433b2fc130

View file

@ -95,7 +95,7 @@ const BASE_CONFIG = {
inject: "body",
}),
new MiniCssExtractPlugin({
filename: "./css/style.css",
filename: "./css/style.[chunkhash:8].css",
}),
],
};