Cache busting for CSS files

This commit is contained in:
Bogdan
2023-07-20 19:57:45 +03:00
parent 37a4e7c228
commit ecda75152e

View File

@@ -89,7 +89,8 @@ module.exports = (env) => {
}), }),
new MiniCssExtractPlugin({ new MiniCssExtractPlugin({
filename: 'Content/styles.css' filename: 'Content/styles.css',
chunkFilename: 'Content/[id]-[chunkhash].css'
}), }),
new HtmlWebpackPlugin({ new HtmlWebpackPlugin({