frontend: Enable vue filenameHash
This enables clean updates when listmonk is behind a caching proxy such as cloudflare
This commit is contained in:
parent
c2613d1030
commit
ceac96b662
|
@ -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