We have offline-plugin installed in reactjs app which used service-worker to cache build files,which didn't check any update on new build and because of this now user with old build are still accessing old site with cached data in service-worker.These files had no expiry set so i am wondering if there can be any solution to force user to refresh the page or push the update to the user?
I have updated in new build with no-cache header and auto update for offline plugin but i am still not able to find a way to push this update to old files user