Next.js Daily: Turbopack Optimizations and Runtime Improvements
The Next.js team merged 20 pull requests on February 11th, 2026, focusing on Turbopack performance optimizations, runtime code reorganization, and development tooling improvements. Key changes include removing deprecated CLI flags, adding text import support, and enhancing HMR infrastructure.
Duration: PT1M55S
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-02-11T11:10:47Z
- Audio duration: PT1M55S
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 February 11th, 2026.
The development team merged 20 pull requests with significant focus on Turbopack improvements and infrastructure changes.
Tim Neutkens merged the removal of turbopack and webpack flags from create-next-app, eliminating redundant CLI options since Turbopack is now the default bundler. Luke Sandberg added experimental support for importing files as text using the TC39 proposal syntax, gated behind the turbopackImportTypeText flag.
Tobias Koppers introduced the turbopackIgnoreIssue configuration option, allowing developers to suppress specific warnings and errors based on file patterns. This addresses the need to filter noisy warnings from third-party code without disabling all warnings.
Will Binns-Smith completed substantial runtime reorganization work, extracting core HMR client logic into shared runtime modules and adding server HMR infrastructure. These changes prepare the foundation for improved hot module replacement across different environments.
Sokra optimized Turbopack's persistence layer, adjusting block sizing constants to improve database access performance and reduce block count in the compacted database system.
Nearby episodes from Next.js Daily
- Turbopack Build Improvements and Performance Infrastructure
- Turbopack Debug Fix and Lightning CSS Upgrade
- Version Resolution and Scroll Fixes
- Server HMR and Asset Cache Improvements
- React Upgrade and Memory Leak Fix
- Turbopack Optimizations and React Updates
- Turbopack and Infrastructure Focus
- Server Action Optimization and Turbopack Performance