-
Notifications
You must be signed in to change notification settings - Fork 32
disable debug messages #79
Comments
Hi @felek000 Are you talking about warnings when running About Workbox hooks, for now you're required to use a custom worker template based on something similar to https://github.com/kevinmarrec/nuxt-pwa-module/blob/main/templates/workbox/sw.js |
Also see #58 (comment) |
I end on write custom sw.
|
@felek000 I think the answer should be found in Workbox documentation. I think it is through self.addEventListener('installed', event => {
if (event.isUpdate) {
console.log('New content is available !')
}
}) |
Hello,
I use standard config:
pwa: {
workbox: {
enabled: true
}
}
The text was updated successfully, but these errors were encountered: