This enables clean updates when listmonk is behind a caching proxy such as cloudflare
@@ -13,5 +13,5 @@ module.exports = {
indexPath: './frontend/index.html',
productionSourceMap: false,
- filenameHashing: false,
+ filenameHashing: true,
};