浏览代码

frontend: Enable vue filenameHash

This enables clean updates when listmonk is behind a caching proxy such as cloudflare
raghavsood 5 年之前
父节点
当前提交
ceac96b662
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/vue.config.js

+ 1 - 1
frontend/vue.config.js

@@ -13,5 +13,5 @@ module.exports = {
   indexPath: './frontend/index.html',
 
   productionSourceMap: false,
-  filenameHashing: false,
+  filenameHashing: true,
 };