Next Js Daily: Turbopack Tightens Up Its Output

Turbopack got a cluster of size and correctness fixes today, from smarter export tracing to leaner chunk formatting, while the Pages Router router filter logic and agentic upgrade tooling both saw multi-part follow-up work.

Duration: PT2M32S

Episode overview

This episode is a short developer briefing from Next Js Daily.

It explains recent repository work in plain language.

  • Show: Next Js Daily
  • Published: 2026-09-14T22:00:29Z
  • Audio duration: PT2M32S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good evening. It's September 14th, and today's story is Turbopack getting leaner and more precise, with three related efforts landing from Tobias Koppers.

The headline pattern: reducing what Turbopack ships without changing behavior. PR 98621 stops the bundler from widening export usage to an entire module every time a server component crosses a client-component boundary — previously, importing one named export dragged unrelated code into both browser and server…

Second theme: Pages Router prefetch bookkeeping. Two PRs from unstubbable, 98648 and 98650, both fix how the client router filter's internal marker gets keyed and returned. The marker was stored under the href path but looked up under the as path, and could leak into route info during shallow navigation. Both are…

Third theme: agentic upgrade tooling continues to expand — devjiwonchoi shipped a stack covering security advisory warnings for coding agents, gentle nudges toward newer stable releases, and a Future Defaults registry for Cache Components adoption, PRs 98637, 98640, and 98643. Worth noting alongside 98560 and 98565,…

Standalone but worth flagging: PR 93246 finally fixes proxy dot ts detection under compound page…

Wha…

Nearby episodes from Next Js Daily

  1. Turbopack's Task Engine Gets a Tune-Up
  2. Turbopack Gets Its House in Order
  3. The Cache Reliability Push
  4. Route Matching Gets Strict, and Turbopack Gets Leaner
  5. Clearing the Deployment Test Backlog and Caching Correctness
  6. Prefetch Correctness and the Great Turbopack Rebuild
  7. Squashing Flaky Tests and a Build-Hanging Bug
  8. Closing the Gaps Between Config and Behavior