mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 08:34:28 +01:00
Cache busting for CSS files
This commit is contained in:
parent
37a4e7c228
commit
ecda75152e
1 changed files with 2 additions and 1 deletions
|
|
@ -89,7 +89,8 @@ module.exports = (env) => {
|
|||
}),
|
||||
|
||||
new MiniCssExtractPlugin({
|
||||
filename: 'Content/styles.css'
|
||||
filename: 'Content/styles.css',
|
||||
chunkFilename: 'Content/[id]-[chunkhash].css'
|
||||
}),
|
||||
|
||||
new HtmlWebpackPlugin({
|
||||
|
|
|
|||
Loading…
Reference in a new issue