I have a Gatsby site hosted on Netlify. When I deploy a new version, the changes I made to the site aren't visible until I do a page refresh. Does anyone know why that would happen?
I am using gatsby-plugin-offline
& gatsby-plugin-manifest
. I saw that I could install the gatsby-plugin-remove-serviceworker
plugin to remove the service worker, but I'd like to keep using it if possible.
This is kind of a hard issue to search for because I get results about the .cache
folder in the local directory