Next.js Daily: Turbopack Chunking Refactor
Turbopack's chunking context functions have been updated to accept ChunkGroup parameters, improving the bundler's internal architecture. Next.js version 16.2.0-canary.85 has also been released.
Duration: PT1M31S
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-03-08T10:20:24Z
- Audio duration: PT1M31S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, it's March 8th, 2026, and this is Next.js Daily.
Niklas Mischkulnig merged a significant Turbopack refactor yesterday, updating the chunking context functions to accept ChunkGroup parameters. The change affects how Turbopack handles different types of chunk groups, particularly clarifying the distinction between entry chunk groups and top-level chunk groups. An…
The refactor touched 11 files across the Next.js API crates and Turbopack core, reducing code by 20 lines while improving the API's consistency. Files modified include the app router, middleware, pages, and various chunking context implementations. Despite the naming similarities that Mischkulnig acknowledges could…
Additionally, the Next.js bot pushed version 16.2.0-canary.85, updating package versions across the monorepo. This routine release includes the latest changes and maintains the canary release cycle for early adopters.
What's next: Watch for potential follow-up work on the chunking context naming conventions, and monitor how this refactor impacts Turbopack's performance in upcoming releases.
That's your Next.js update for today. We'll be back tomorrow with more development news.
Nearby episodes from Next.js Daily
- CSS Features Control and Performance Optimizations
- Turbopack HMR Expansion and URL Normalization Fixes
- Developer Experience Improvements and Error Handling
- Weekly Recap - Performance & Stability Focus
- Route Matching Fixes and React Upgrades
- Cached Navigation Controls and Performance Upgrades
- Turbopack Performance and PPR Cleanup
- OpenTelemetry Fixes and Rust Performance Gains