-
It was pretty simple to add so I'm adding this here both for documentation purposes, but also this is probably something really helpful to enable by default if you use `Encore.enableReactPreset()`...
…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v20.11.0`
- Nuxt Version: `3.12.3`
- CLI Version: `3.12.0`
- Nitro Version: `2.9.7`
- Package Manager: `bun@1.1.18`…
-
### Environment
- Operating System: Windows_NT
- Node Version: v18.12.0
- Nuxt Version: 3.9.0
- CLI Version: 3.10.0
- Nitro Version: -
- Package Manager: npm@9.7.2
- Builder:…
-
Issue is reproducible with default demo sandbox: https://codesandbox.io/s/github/nuxt/vite/tree/main/demo
`client:180 [vite] connecting...` never gets connected
I could reproduce it with a vite1…
-
Can nwb handle dependencies and config for setting this up while also providing middleware for client dev bundles in the same server?
See @ericclemmons' https://github.com/ericclemmons/webpack-hot-se…
insin updated
8 years ago
-
### Link to the code that reproduces this issue
https://github.com/krishnerkar/next-intercepting-routes-demo
### To Reproduce
1. Use the example next intercepting routes demo (originally based on N…
-
### What problem does this feature solve?
Similar to Vite, Rsbuild could have easy HMR handling through some specific option. Maybe this is better implemented at lower level like Rspack and it’s ex…
niksy updated
2 months ago
-
### Describe the bug
I've got a real interesting HMR bug. It only happens under very specific circumstances.
This is the error message
```
Invariant failed: No match found for route '/_layout/…
jakst updated
2 months ago
-
### Describe the bug
I'm trying to hot reload a virtual module, but it doesn't seem to be able to accept it:
```ts
// server.mjs
import { createServer } from "vite";
async function main() {…
-
### Bug or Feature?
Feature
### Current Behavior
Currently, changes to code restarts the entire server (it is not hot-reloaded). In many cases, this results in a race condition where …