frontend: Enable vue filenameHash

This enables clean updates when listmonk is behind a caching proxy such as cloudflare
This commit is contained in:
raghavsood 2020-07-06 23:54:08 +08:00
parent c2613d1030
commit ceac96b662
No known key found for this signature in database
GPG Key ID: 947862F324C79D21
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,
};