From 34e11a93def5bbbdbecec749b7961f66130331b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 17 Apr 2022 21:41:04 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20v2.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- package.json | 2 +- vue.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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,