I was using create-react-app that includes sw-precache-webpack-plugin and I also had config webpack.config.prod, but what is new is that I am not using the sw-precache-webpack-plugin anymore. and then when the new build is deployed the old cache with the sw-precache are still on various customer pc's including the index.html. Thus they are not getting the new app version. So I was wondering on how I can force remove and get rid of the sw caches on the customers browser with the new deployment and force load the new app.