I need my project to not use service worker, how can I do that? #735
Answered
by
userquin
LeslieZhang
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
userquin
Jul 31, 2024
Replies: 1 comment 1 reply
-
Review the cache headers for the entry point and the service worker: https://vite-pwa-org.netlify.app/deployment/ If you want to remove the service worker check https://vite-pwa-org.netlify.app/guide/unregister-service-worker.html |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LeslieZhang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Review the cache headers for the entry point and the service worker: https://vite-pwa-org.netlify.app/deployment/
If you want to remove the service worker check https://vite-pwa-org.netlify.app/guide/unregister-service-worker.html