react-universally
react-universally copied to clipboard
cdn and weird deployment errors
Struggled with a number of weird deployment errors (unresolved dependencies, parsing errors, etc) which all turned out to be related to the CDN caching an outdated index.html and service worker.
I was hard reloading the page but my CDN (Cloudflare) obviously was not respecting that. Any idea on how to deal with that?