How to add service worker without any dependencies like next-offline package? #12773
Answered
by
leerob
melvin2016
asked this question in
Help
-
I tried to register service worker in _app.js page.but it doesnt seem to update when making changes? Is there any way @timneutkens |
Beta Was this translation helpful? Give feedback.
Answered by
leerob
May 13, 2020
Replies: 1 comment 1 reply
-
Right now, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
melvin2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now,
next-offline
is the easiest way to add offline support. Without a reproducible example, it's hard to help debug why your application isn't working. Could you provide a CodeSandbox link?