question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not entirely sure why, maybe the ws: request doesn’t make it past http-proxy?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:19 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
Rich-Harriscommented, Oct 16, 2020

HMR seems to be working flawlessly now so I’ll close this 🎉 thanks so much @rixo and @FredKSchott

0reactions
FredKSchottcommented, Oct 16, 2020

Ha, looks like that same .svelte.js issue was causing bad URLs in our HMR module registry as well. Same PR appears to fix both: https://github.com/pikapkg/snowpack/pull/1330

Screen Shot 2020-10-15 at 7 25 57 PM
Read more comments on GitHub >

github_iconTop Results From Across the Web

HMR not working on webpack 5.66.0 · Issue #15206 - GitHub
Hot module reloading is not working after updating webpack to v5.66.0. ... HMR does not get bailout and fallback to live reloading the...
Read more >
HMR doesn't work since the vue cli plugins update (v5)
My team could fix it by adding the optimization object to our webpack config (in vue.config.js ):
Read more >
Hot Module Replacement - webpack
Hot Module Replacement (HMR) exchanges, adds, or removes modules while an application is running, without a full reload. This can significantly speed up ......
Read more >
HMR and Hot Reloading with the webpack-dev-server
If by some reason plugin doesn't work you could revert changes and left only devServer hmr/inline to true affecting only css files.
Read more >
HMR API - Vite
Note that Vite's HMR does not actually swap the originally imported module: if ... while allowing us to skip the expensive work of...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found