Next.js: Weekly Recap - Turbopack Performance & Developer Experience

This week brought significant Turbopack infrastructure improvements including portable caching, enhanced PostCSS configuration options, and CI optimizations. Development focused on performance gains and build system reliability.

Duration: PT2M47S

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-04-13T00:00:00Z
  • Audio duration: PT2M47S

Transcript excerpt

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

Welcome to the Next.js Weekly Recap for April 6th through 13th, 2026.

Zero pull requests were merged this week, with 30 additional commits advancing the codebase.

**Infrastructure and Performance**

The week's major development was Tobias Koppers' work on Turbopack's portable caching system. The DiskFileSystem now accepts root parameters as Vc<RcStr> instead of plain RcStr, allowing cache validity across different project locations - useful for CI environments and relocated checkouts.

Koppers also introduced experimental PostCSS configuration improvements. The new `turbopackLocalPostcssConfig` flag enables directory-specific PostCSS configs to override project root settings, addressing monorepo scenarios where different directories need distinct CSS transforms. The feature includes…

**CI and Development Tools**

Nearby episodes from Next.js

  1. React Upgrade and Documentation Improvements
  2. Weekly Recap - ESLint Improvements and Developer Experience
  3. New ESLint Rule and Test Improvements
  4. Logging Refactor and Development Tools Update
  5. Turbo Engine Cleanup and Stream Recovery
  6. Weekly Recap - Infrastructure Overhauls and Developer Experience
  7. Canary Release Day
  8. SWC Polyfill Power-Up and Future Performance Gains