mirror of
https://github.com/Readarr/Readarr
synced 2026-01-02 05:37:45 +01:00
Cache busting for CSS files
(cherry picked from commit 38f263931ff8faba050762abe5fb692a5bc0d515)
This commit is contained in:
parent
c5fd2e3aa0
commit
f399d27470
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue