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
Copy file name to clipboardExpand all lines: .changeset/thin-horses-bake.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,6 @@
2
2
'@builder.io/qwik-city': patch
3
3
---
4
4
5
-
FIX: Your service-worker.js won't be unregistered anymore if you added custom logic to it.
5
+
FIX: Your service-worker.js won't be unregistered anymore if you added custom logic to it.
6
+
7
+
> Note: if you didn't add custom service-worker logic, you should remove your service-worker.ts file(s) for the `ServiceWorkerRegister` Component to actually unregister the service-worker.js and delete its related cache.
// Also unregister if the developer removed the service-worker.ts file or did not add custom code to it; since Qwik 1.14.0 and above now use modulepreload by default
0 commit comments