-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
0.9.0 broke HMR #414
Comments
Changing |
I see, this API is new in Vite 5, I changed it because of the deprecation message |
Apparently they deprecated |
Thank you very much @posva! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The change from
server.ws.send
toserver.hot.send
has broken HMR.https://github.com/posva/unplugin-vue-router/blame/d60101cb607e42a3642f72c415adc3e9c0159390/src/core/vite/index.ts#L16
c98ddbf looks like a WIP. Was it meant to go directly into
main
?The text was updated successfully, but these errors were encountered: