mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2473 from thornbill/cache-busting
Add hash to bundle urls for cache busting
This commit is contained in:
commit
68bf09de16
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ module.exports = {
|
|||
})
|
||||
],
|
||||
output: {
|
||||
filename: '[name].bundle.js',
|
||||
filename: '[name].[contenthash].bundle.js',
|
||||
path: path.resolve(__dirname, 'dist'),
|
||||
publicPath: ''
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue