From ceac96b6625a12a5d4fecc9feaaae2c33485126f Mon Sep 17 00:00:00 2001 From: raghavsood Date: Mon, 6 Jul 2020 23:54:08 +0800 Subject: [PATCH] frontend: Enable vue filenameHash This enables clean updates when listmonk is behind a caching proxy such as cloudflare --- frontend/vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vue.config.js b/frontend/vue.config.js index 50a6d2c..0fc3d38 100644 --- a/frontend/vue.config.js +++ b/frontend/vue.config.js @@ -13,5 +13,5 @@ module.exports = { indexPath: './frontend/index.html', productionSourceMap: false, - filenameHashing: false, + filenameHashing: true, };