diff --git a/package.json b/package.json index d3982be7..ac2b6dc0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "songdrive", "description": "A song management tool to store, synchronize and present songs and setlists. Built on Vue.js, Firebase and Spectre.css", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "author": { "name": "Andreas Müller", diff --git a/vue.config.js b/vue.config.js index aa693d14..b0c0d6d3 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,8 +7,8 @@ module.exports = { maxAssetSize: 2097152 // 2 MiB }, output: { - filename: "js/[name].js", - chunkFilename: "js/[name].bundle.js", + filename: "js/[contenthash]-[name].js", + chunkFilename: "js/[chunkhash]-[name].bundle.js", }, }, productionSourceMap: false,