-
Run the process, change html, in console
```
[WDS] App updated. Recompiling...
[WDS] App hot update...
```
but no effect...
-
-
Via [xpl/crx-hotreload](https://github.com/xpl/crx-hotreload) or some other mechanism
-
Given the hot reload breakage over this extended weekend and the impact it had on our users (see conversations in gitter, e.g.), we need to up our game in testing hot reload. I believe this is somewha…
-
### Describe the bug
Original issue filed here: https://github.com/vitejs/vite-plugin-react-swc/issues/214, also applies to this plugin.
In prior versions of react, saving a file will trigger th…
-
### Environment
- Operating System: Windows_NT
- Node Version: v21.6.1
- Nuxt Version: 3.10.0
- CLI Version: 3.10.0
- Nitro Version: 2.8.1
- Package Manager: pnpm@8.13.1
- Buil…
-
### Steps to reproduce
1. just create a new project and run it on web
### Expected results
It should reload the web page
### Actual results
I know hot restart and hot reload is the same…
-
There's this binary in tmp
Why is it there and what does it do?
idc77 updated
4 weeks ago
-
We should consider trying to support "hot restart" for native code.
The native code would need to be bundled with dylibs (not statically linked).
We could unload all dylibs loaded by `@Native`s …
-
Hello, I'm trying to add a way to hot-reload kyverno-policy-reporter when the config file changes.
I have an external process that generates slack-target configuration based of namespace labels, I'…