Browse Source

Merge pull request #147 from RaghavSood/hotfix/vue-filenameHash

frontend: Enable vue filenameHashing
Kailash Nadh 5 năm trước cách đây
mục cha
commit
525a5100f5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      frontend/vue.config.js

+ 1 - 1
frontend/vue.config.js

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