kevinmarrec / nuxt-pwa-module

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

Disabling auto-registration? #46

Closed bcspragu closed 1 year ago

bcspragu commented 1 year ago

The Nuxt 2 PWA module has an autoRegister setting which determines if the Service Worker should auto-magically be registered or not. This also appears to be the default behavior in this module, but as far as I can tell, there's no option to turn it off and register manually.

kevinmarrec commented 1 year ago

Will implement it :)

kevinmarrec commented 1 year ago

Released on v0.7.0

bcspragu commented 1 year ago

Amazing, and much appreciated!