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

frontend: Enable vue filenameHashing
This commit is contained in:
Kailash Nadh 2020-07-07 18:57:24 +05:30 committed by GitHub
commit 525a5100f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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