ctrlplusb / react-universally

A starter kit for universal react applications.
MIT License
1.7k stars 244 forks source link

cdn and weird deployment errors #496

Open mschipperheyn opened 7 years ago

mschipperheyn commented 7 years ago

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?