Merge pull request #147 from RaghavSood/hotfix/vue-filenameHash
frontend: Enable vue filenameHashing
This commit is contained in:
commit
525a5100f5
1 changed files with 1 additions and 1 deletions
2
frontend/vue.config.js
vendored
2
frontend/vue.config.js
vendored
|
@ -13,5 +13,5 @@ module.exports = {
|
|||
indexPath: './frontend/index.html',
|
||||
|
||||
productionSourceMap: false,
|
||||
filenameHashing: false,
|
||||
filenameHashing: true,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue