Sep 5, 2018 · 1 min read
What about things that we want to cache? A better solution might be to check the user agent to see if they are even using Internet explorer, and also only GET requests are cached. You can probably also want to exclude static files being hosted by the app. Those will be cache-busted when make a new build (or at least should be if you’re doing it properly)