-
### Describe the bug
I have a function I would like to call periodically so I initialize a setInterval loop in `interval.ts` by importing `handle` in `hooks.server.ts`. The return value from setInter…
-
i would like if this can export tsx file instead of ts as output as vite doesnt do hmr on ts file so it relaods everything everytime
-
# Background
### HMR
Split `dev server` as three phase. Is the `scanning` `transform` `schedule`. At scanning stage we collect should be processed file. At `transform` stage we pipe us file with…
-
https://github.com/gaearon/react-hot-loader
-
See work project for HMR
-
https://remix.run/docs/en/main/discussion/hot-module-replacement#supported-exports
the `@vercel/remix` adapter should augment this list so that it doesn't break HMR
when using the `export const co…
-
@rask/demo is using @web/dev-server-hmr, but not sure if HMR is fully being used. For example, the @web/dev-server-hmr demo project has import.meta.hot check att the end of every file. Why is this in …
-
We should investigate HMR and possibly enable it by default at some point.
https://github.com/angular/angular-cli/wiki/stories-configure-hmr
-
### Describe the bug
Any `undef` error in the `` will break the HMR. If auto save file is on, then entering any incomplete code will cause an error and break the HMR.
Break means it no longer …
-
### Build tool
Rollup
### Where do you see the problem?
- [x] In the browser
- [ ] In the terminal
### Describe the bug
When I change the content of my Components HMR is not working.
You can tr…