-
Notifications
You must be signed in to change notification settings - Fork 3
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
bump vite to 6.0.0-beta.9
#58
Conversation
c8095f5
to
a1b203c
Compare
69d14ca
to
8a6e09c
Compare
8a6e09c
to
adee234
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The move to using a single transport for fetching modules and HMR in 6.0.0-beta.9
is quite a big change. It's worth reading through the PR and code changes (vitejs/vite#18362).
What you've done here has inadvertently removed all support for HMR. I can't advise on what the best approach is overall until I've had a play around with it myself as there are a few possibilities.
I suggest we hold off on this for now and focus on merging the other PRs. It also reminded me of another longstanding issue we have with HMR so I've opened an issue for that (#64).
Thanks for noticing that! Sorry I missed to check that as I didn't think any of my changes should effect HMR! (totally my bad 😓) I will look into fixing HMR here as soon as I can. By the way, I will also create an issue for HMR testing, I think we should definitely have some tests that do make sure that HMR works |
Closing in favour of #70 |
No description provided.