Next.js: Major Turbopack Improvements and Feature Rollouts
The Next.js team merged 18 pull requests focused on Turbopack stability, performance optimizations, and the default enablement of rootParams. Key improvements include better error reporting for webpack loader crashes and significant memory reductions for warm builds.
Duration: PT2M5S
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-05-20T10:02:07Z
- Audio duration: PT2M5S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. This is your Next.js developer briefing for May 20th, 2026.
Luke Sandberg merged a critical fix for Turbopack webpack loader error reporting. When loaders crash, developers now see actionable error messages with exit codes and stderr output instead of cryptic internal errors. The fix also includes crash-proof issue formatting to prevent cascading failures.
Niklas Mischkulnig resolved subpath imports pointing to external packages in Turbopack, addressing Node.js package resolution standards where imports fields can map to external packages unlike exports fields.
Josh Story enabled rootParams by default, removing the experimental flag. This feature allows access to route parameters at the root level, though it remains limited for route handlers and server actions.
Sandberg also delivered significant performance improvements by optimizing EcmascriptBuildNodeChunkVersion memory usage. The changes reduce RAM consumption by approximately 1.1 gigabytes on warm builds and eliminate unnecessary recomputation during warm restarts.
Mischkulnig added instrumentationClientInject to next.config.js, enabling client bootstrap code injection without modifying user source files. This…
Nearby episodes from Next.js
- Weekly Recap - DevTools Enhancements & Build System Improvements
- DevTools Overhaul and Build System Fixes
- AI Development Skills and Infrastructure Updates
- Developer Experience and Performance Updates
- Developer Experience and Turbopack Improvements
- Turbopack CSS Optimization and Testing Improvements
- Weekly Recap - Developer Experience & Performance Optimization
- Developer Experience Overhaul