Merge pull request #147 from RaghavSood/hotfix/vue-filenameHash
frontend: Enable vue filenameHashing
This commit is contained in:
commit
525a5100f5
|
@ -13,5 +13,5 @@ module.exports = {
|
||||||
indexPath: './frontend/index.html',
|
indexPath: './frontend/index.html',
|
||||||
|
|
||||||
productionSourceMap: false,
|
productionSourceMap: false,
|
||||||
filenameHashing: false,
|
filenameHashing: true,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue