Cache busting for CSS files

pull/5803/head^2
Bogdan 10 months ago committed by Mark McDowall
parent dee8820b1f
commit 38f263931f

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

Loading…
Cancel
Save