Lazy chunk delivery is now acknowledged by the client (
a6d43bc)
Vite now marks bundled dev payloads as delivered only after the browser evaluates them, instead of when the HTTP response finishes. This fixes a race in lazy compilation where the server could incorrectly assume a client had a chunk and omit factories it still needed.
Other misc changes
- Docs: removed an example file name from the JavaScript API guide (
07d6570).