-
### Describe the bug
Hi, multiple members of the team I'm working in are suffering from Vite's HMR sometimes not working at all (not even full page reloads happen, the page just isn't updated). In …
-
Before finding your (very nice!) plugin, i hacked together an env var based solution in vite config, but it doesn't update with HMR.
wondering if you are willing to add HMR support. I guess it need…
-
Hi,
I have Laravel + Octane, but the problem the HMR will not work, I need to refresh the page just to reflect the changes.
This is how I access my site in local https://mysite.local
here …
-
### Describe the bug
The methods described in this [document ](https://v2.tauri.app/start/frontend/nuxt/) does not mark HMR work on mobile devices.
Because Nuxt does not use vite's HMR config. N…
-
Whenever I use this plugin in my Vue project. HMR stops working.
using dynamic import strategy does fix it `domInsertionStrategy: isDev ? 'dynamic' : 'replaceHtml',`
-
When I try to use `--hot` I get this error `__VUE_HMR_RUNTIME__ is not defined`.
-
### Describe the bug
I am using vite-node directly and while sourcemaps appear to be generated correctly, and error line numbers are correct for an initial execution, after HMR and clearing the modul…
-
I'm finding myself having to re-open Triplex Scene windows inside the VSCode extension a lot (i.e. because I'm dealing with HMR issues or similar). Having a shortcut to just re-start the window when n…
-
Meteor's Hot Module Replacement seems to automatically accept changes if you use JSX, which is not the right thing to do in a Solid context. See [hmr branch](https://github.com/edemaine/meteor-solidj…
-
## Type of Change
- [x] New Feature Request
- [ ] Documentation / Website
- [ ] Improvement / Suggestion
- [ ] Bug
- [ ] Other (please clarify below)
## Summary
As opposed to watch / liverelo…