TheShareGame
TheShareGame copied to clipboard
Frontend: Bust cache after redeploy
After redeploying we need to bust the cache of the active users and also for the routes which are loaded lazy.
https://medium.com/js-dojo/vuejs-pwa-cache-busting-8d09edd22a31
This does not fit as we do not have a PWA setting.
I think the bast call is to write a custom error handler and on web chunck error force the site to reload.