Next.js Daily: SWC Configuration and Performance Updates

The Next.js team merged 18 pull requests on April 4th, 2026, featuring new SWC preset-env configuration options, Turbopack memory optimizations, and development server improvements.

Duration: PT2M8S

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-04-04T10:03:14Z
  • Audio duration: PT2M8S

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 Next.js Daily for Friday, April 4th, 2026.

The development team merged 18 pull requests yesterday with significant updates to SWC configuration and Turbopack performance.

banchichen merged a major feature adding experimental.swcEnvOptions for SWC preset-env configuration. This exposes polyfill injection capabilities including core-js support, filling a gap left when Next.js migrated from Babel to SWC. Users can now configure automatic polyfills without importing core-js globally.

sokra merged custom Future types to replace async resolve functions in turbo-tasks, reducing binary size by 428 kilobytes and improving performance through hand-written Future implementations.

lukesandberg merged zero-copy qfilter deserialization for Turbopack, switching from heap-allocated filters to memory-mapped FilterRef types. This reduces memory usage by approximately 40 megabytes on large projects like vercel-site.

Will Binns-Smith updated the Rust toolchain to nightly-2026-04-02, cleaning up 22 clippy violations across the codebase.

Nearby episodes from Next.js Daily

  1. Serverless Caching and HMR Improvements
  2. AI Agent Integration and Runtime Fixes
  3. Weekly Recap - Infrastructure & Reliability
  4. Weekly Recap - SWC Enhancements and Turbopack Performance
  5. Streaming Performance and View Transitions
  6. Hash Salting and Turbopack Improvements
  7. Safari HMR Fix and Turbopack Improvements
  8. React Upgrade and Cache Handler Fixes