1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add hash to bundle urls for cache busting

This commit is contained in:
Bill Thornton 2021-03-01 13:58:24 -05:00
parent 30e8605b45
commit 8a3f472c7d

View file

@ -77,7 +77,7 @@ module.exports = {
})
],
output: {
filename: '[name].bundle.js',
filename: '[name].[contenthash].bundle.js',
path: path.resolve(__dirname, 'dist'),
publicPath: ''
},