You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I've an issue where assets in the optional section are not present in the cache after a new build. The caches option is configured (heavily simplified) like this:
Load the site and see that all 3 assets are cached.
Make a new build (ensure that app.css is unchanged) and apply the update. Only index.html and app.js are now present in the cache.
Go offline and reload the site - app.css is not loaded since it's not in the cache.
Is it possible to "transfer" the previously cached version of app.css to the new cache, since the hash is same? Or is there some reason that it doesn't work as I thought it would? Or maybe I've just messed up my config somehow...
Any help would be much appreciated!
The text was updated successfully, but these errors were encountered:
Hi! I've an issue where assets in the optional section are not present in the cache after a new build. The
caches
option is configured (heavily simplified) like this:Steps to reproduce:
app.css
is unchanged) and apply the update. Onlyindex.html
andapp.js
are now present in the cache.app.css
is not loaded since it's not in the cache.Is it possible to "transfer" the previously cached version of
app.css
to the new cache, since the hash is same? Or is there some reason that it doesn't work as I thought it would? Or maybe I've just messed up my config somehow...Any help would be much appreciated!
The text was updated successfully, but these errors were encountered: