We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.1.x
Changes to config/packages/pwa.yaml are not reflected when refreshing /sw.js unless the cache is manually cleared.
go to /sw.js change a regex or something refresh /sw.js (no changes) refresh again (changes shown)
I might be because sw.js is itself cached with a cacheFirst strategy, so the first time it's cached.
No response
The text was updated successfully, but these errors were encountered:
Normally, the service worker is not served by the cacheFirst rule. There is an option to enable/disable the browser cache:https://pwa.spomky-labs.com/the-service-worker/configuration#cache
Sorry, something went wrong.
Spomky
No branches or pull requests
Version(s) affected
1.1.x
Description
Changes to config/packages/pwa.yaml are not reflected when refreshing /sw.js unless the cache is manually cleared.
How to reproduce
go to /sw.js
change a regex or something
refresh /sw.js (no changes)
refresh again (changes shown)
Possible Solution
I might be because sw.js is itself cached with a cacheFirst strategy, so the first time it's cached.
Additional Context
No response
The text was updated successfully, but these errors were encountered: