Next.js: Turbopack's Bundle Diet
A cluster of Turbopack changes shrinks and reorders generated JavaScript for smaller, more consistent bundles, while separate fixes tighten caching correctness and codemod safety for teams mid-upgrade.
Duration: PT2M53S
Episode overview
This episode is a short developer briefing from Next.js.
It explains recent repository work in plain language.
- Show: Next.js
- Published: 2026-09-14T13:10:55Z
- Audio duration: PT2M53S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good day. It's September 14th, and here's what mattered in the Next.js codebase today.
The clearest pattern across today's activity is a coordinated push to make Turbopack's output smaller and more predictable, without changing behavior. Several pull requests from Tobias Koppers attack this from different angles. PR 98421 removes redundant strict-mode directives by sharing scope across module…
Second theme: caching correctness under Cache Components. PR 98558 from Niklas Mischkulnig fixes a real prerendering bug where a runtime environment variable mutation changed the cache key between the warmup phase and the final prerender, causing unexpected cache misses and build failures. PR 98612 closes a related…
Third, tooling hygiene around the upgrade path. Jiwon Choi's PR 98560 and its documentation follow-up PR 98565 unify how codemods mark unfinished repairs versus intentional opt-outs, using a new "next-codemod-error" marker, and add a skip-adoption flag so required migrations don't get tangled with optional feature…
Worth flagging separately: PR 98636 fixes a back-forward cache ordering bug that was silently reloading nested iframes, and the WASM build work in PR 98613 and PR 98630…
Wh…
Nearby episodes from Next.js
- Weekly Recap - Caching Correctness and Turbopack Hardening
- Closing the Gaps Windows and Test Proxies Left Open
- Turbopack's Performance and Correctness Push
- Route Correctness and Cache Timing Fixes
- Turbopack Path Handling Gets a Real Fix
- Caching Correctness and Turbopack Hardening
- Hardening Partial Prerendering and the Build Pipeline
- Build Hangs and Rendering Correctness Fixes