Simple library to clear cache and reload after
npm install --save clear-cache
yarn install clear-cache
import {clearCache} from "clear-cache"
clearCache()
This is the list of parameters that you should probably know about.
boolean
| optional | defaults to:true
Allows triggering a refresh once the cache is cleaned.
MIT © dimitridumont