I recently upgraded prepjs on a create-react-app project. When statically rendering my routes, it uses the cached service worker index.html instead of the generated one. My prep.js looks roughly like:
I've tried clearing my browser cache, but of course, multiple routes just causes the serviceworker to cache assets for the next run. I'm sure there's some sort of workaround. Any ideas?
I recently upgraded prepjs on a create-react-app project. When statically rendering my routes, it uses the cached service worker index.html instead of the generated one. My prep.js looks roughly like:
I've tried clearing my browser cache, but of course, multiple routes just causes the serviceworker to cache assets for the next run. I'm sure there's some sort of workaround. Any ideas?