-
Notifications
You must be signed in to change notification settings - Fork 434
fix: ensure HMR requests can be streamed #5200
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
Conversation
📊 Benchmark resultsComparing with 1ab07f0 Package size: 247 MB⬆️ 0.00% increase vs. 1ab07f0 |
|
tested this locally with a fresh Nuxt app. can confirm that HMR is broken on |
Co-authored-by: Kunal Kundu <kunal99kundu@gmail.com>
|
the test I added fails on |
eduardoboucas
left a comment
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.
Nice work!
|
@eduardoboucas thanks for the review! could I get another ✅? had to update a snapshot (see #5194 (comment)). |
|
Can confirm the change to |
addresses #4569