-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ServiceWorkerRegistration is not defined #173
Comments
Hmm that's odd. Does it work without Vite? |
Having this same problem on nextjs |
Same issue here, on Chrome/Firefox and with webpack for build/watch. |
ServiceWorkerRegistration is only work in https |
Just wanted to bump this because the missing |
Thank you for fixing Illegal invocation. I was able to use
4.0.0-next.2
with Vite and Vue 3 components locally. After building for production through Vite (which compiles using rollup), I encountered a new error when testing locally on Chrome/Firefox:Just an FYI,
4.0.0-next.0
seems to work locally through Vite and after building for production.The text was updated successfully, but these errors were encountered: