index.js
serviceWorkerRegistration.register();
If I load the application, the first time it cached all data, into the browser cache, but at the time of the new build release, the browser still showing old data which is already cached, I need to perform a hard reload Ctrl + Shift + R.
Any Fix Available except Cache Buster Technique?
index.js
serviceWorkerRegistration.register();If I load the application, the first time it cached all data, into the browser cache, but at the time of the new build release, the browser still showing old data which is already cached, I need to perform a hard reload Ctrl + Shift + R.
Any Fix Available except Cache Buster Technique?