kevinmarrec / nuxt-pwa-module

⚠️ DEPRECATED ⚠️ Zero config PWA solution for Nuxt 3
MIT License
338 stars 32 forks source link

Allow registering more service workers #38

Closed korakoe closed 1 year ago

korakoe commented 1 year ago

I'm trying to register another service worker on top of the workbox one... however, its been proven difficult

kevinmarrec commented 1 year ago

Hi, why would you need 2 services workers ?

You may need to juste replace the current one with an enhanced/customized one ?

I'm considering adding the possibility to provide our own Service Worker template that would replace https://github.com/kevinmarrec/nuxt-pwa-module/blob/main/templates/workbox/sw.js

korakoe commented 1 year ago

Hi, why would you need 2 services workers ?

You may need to juste replace the current one with an enhanced/customized one ?

I'm considering adding the possibility to provide our own Service Worker template that would replace https://github.com/kevinmarrec/nuxt-pwa-module/blob/main/templates/workbox/sw.js

that would be very helpful! whenever i replace and build the current one it always re-generates it