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
Exporting the project as a PWA generates a separate service worker script as index.service.worker.js. This results in two separate service worker scripts. My understanding is that a given page ought to only have one.
Is it possible to integrate the behavior of coi-serviceworker.js with index.service.worker.js in case both are desired?
The text was updated successfully, but these errors were encountered:
doctor-g
changed the title
coi-serviceworker conflicts with index.service.worker.js when building as a PWA
coi-serviceworker.js conflicts with index.service.worker.js when building as a PWA
Apr 5, 2024
Exporting the project as a PWA generates a separate service worker script as
index.service.worker.js
. This results in two separate service worker scripts. My understanding is that a given page ought to only have one.Is it possible to integrate the behavior of
coi-serviceworker.js
withindex.service.worker.js
in case both are desired?The text was updated successfully, but these errors were encountered: