1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-03-05 13:20:20 -05:00

Cache busting for CSS files

This commit is contained in:
Bogdan
2023-07-20 20:05:05 +03:00
committed by Mark McDowall
parent dee8820b1f
commit 38f263931f

View File

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