소스 검색

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,
 };