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
I would like to be able to extend the generated service worker with some workbox backgroundsync configuration. What would be suggested way to extend the generated service worker?
Could there be a way by which the build process can take a specified .js file and merge it into the generated file?
The text was updated successfully, but these errors were encountered:
You can just edit the service worker to add that in.
I don't have any plans to incorporate something like workbox as you could just use it on is own and I'd like to keep this simple.
However, if someone felt strongly enough to add support for it, I would accept a PR.
I would like to be able to extend the generated service worker with some workbox backgroundsync configuration. What would be suggested way to extend the generated service worker?
Could there be a way by which the build process can take a specified .js file and merge it into the generated file?
The text was updated successfully, but these errors were encountered: