Fix browser caching for web app #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "loewy/fix-browser-caching"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Browsers will no longer cache old JavaScript bundles as HTML, which was
causing errors until users did a hard refresh. Now index.html always
fetches fresh, automatically loading the correct new bundles
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.