Loaded using create-react-app (v1.0.13). Whenever I update the source code and reinstall, users need a hard update to get new content. I included the header without a cache in index.html:
<meta http-equiv="Cache-Control" content="no-store" />
& Disabled provided service workers. Also change the name of the .js filename (and the link in index.html) in the assembly folder before deployment.
source
share