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
caching of these non-unique files makes the applications un-useable when changes are rolled through
What is the impact?
customers have to hard-refresh, or go further and break sw caches in order to obtain the new configuration.
Proposed solution
This is already solved by webpack, esbuild, etc where a unique hash is added to the file name. A similar approach should be taken for these 2 configuration files.
the file could be pre-pended by an arbitrary hash, commit hash, dates, or something else that the deployments and builder system can mutually leverage.
The text was updated successfully, but these errors were encountered:
What is the problem?
What is the impact?
Proposed solution
The text was updated successfully, but these errors were encountered: