Changelog

vitejs/vite · · 2 commits

Bundled dev payload tracking fixed

Client-delivered lazy chunks now report back to the server, fixing incorrect payload accounting and adding a regression test.

Lazy chunk delivery is now acknowledged by the client (h-a-n-aa6d43bc)

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 (bluwy07d6570).