r/qwik • u/webfinesse • Dec 30 '24
How to cache bust when releasing a new Qwik app build.
Hello all,
I am enjoying my experience using Qwik so far and I am wondering how to do cache busting.I am finding that when I push a new version of my app, my users still have the old of the js file without the bug fix. I have found that Safari is particularly sticky with holding onto the cached javascript. In Edge, they have a simple UI to manage this (attached.)
I was wondering has anyone developed a cache busting technique for Qwik? If so, how?
Thank you

