-
### Clear and concise description of the problem
Currently Vite reloads the page after a successful ping after connection lost.
In a hybrid app, once the app launches another app, the connection…
-
**I'm submitting a ...** (check one with "x")
```
[ ] bug report => search github for a similar issue or PR before submitting
[X] feature request
[ ] support request => Please do not submit support …
-
[Hot Module Replacement](https://webpack.js.org/guides/hot-module-replacement/) would be pretty awesome to get working, although the overhead in terms of config complexity / noise for our students to …
-
### Describe the bug
When updating a composed CSS Module file, HMR doesn't get triggered. Since the file change isn't detected, refreshing the page doesn't work either—the server must be restarted.
…
-
On my current setup, the entire HMR + refresh works fine on an entry such as:
```
myentry: {
import: './src/entries/myentry.tsx',
},
```
But if I configured it to use a layer such as:
```…
-
It appears to happen when you make changes to some components and HMR reloads. Once, it happened right after a login and the development server had been "on" for days (after a weekend).
R…
-
When rebuild, Rspack uses CodegenResults::get_one() to get one module codegen_result by choosing an random runtime
So if runtime changes, the updated modules may not correct
-
Hot module replacement was just added to the Deno runtime in version 1.38. This should be leveraged to implement HMR in Ultra.
-
### Documentation page
https://neutralino.js.org/docs/getting-started/using-frontend-libraries#enabling-hot-reload-and-configuration
### Problem
When using the `patchFile` option to provide an HT…
-
Is HMR supposed to work without any configs?
Mine doesnt seem to work. using Preact though.