Next.js Daily: Turbopack Hash Encoding and Build Optimizations
The Next.js team merged 11 pull requests focused on Turbopack improvements, including a hash encoding change to prevent deployment errors and new database compaction tooling. Additional commits addressed TypeScript configuration handling and CI pipeline enhancements.
Duration: PT2M7S
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-25T10:26:05Z
- Audio duration: PT2M7S
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 March 25th, 2026.
Sokra merged a significant Turbopack update switching from base40 to base38 hash encoding, removing tilde and dot characters from filenames. This change prevents 403 Forbidden errors when deploying behind enterprise WAF configurations and Nginx hardening rules that block these characters as potential security threats.
Sokra also merged a new `next internal post-build` CLI command that enables Turbopack database compaction as a separate step after builds. This keeps the main build process fast while allowing thorough cache optimization through the `NEXT_USE_POST_BUILD` environment variable.
Matt Mastracci merged rebuilt Docker build scripts that replace three separate napi-rs images with a single Ubuntu 20.04-based container. The new system pre-installs all toolchains, eliminating the five-minute compiler download overhead on each CI run and enabling cross-compilation for all four Linux targets.
JJ Kasper merged a TypeScript 6 compatibility fix for baseUrl deprecation in extended tsconfig files, ensuring proper path resolution while avoiding type-checking errors.
Benjamin Woodruff merged two Turbopack core changes, converting…
Nearby episodes from Next.js Daily
- Turbopack Build Fixes and API Updates
- Offline Support and React Updates
- Turbopack Resolver Fixes and Performance Improvements
- Performance Optimizations and Segment Bundling
- Segment Bundling Improvements and Documentation Updates
- Weekly Recap - Turbopack Optimization & Production Stability
- Server Actions and Turbopack Improvements
- Node.js Streams Foundation & Instant Validation