#TurboPack
Next.js 15.2

• Redesigned Error UI & Improved Stack Traces
• Streaming Metadata
• Turbopack Performance Improvements
• View Transitions (experimental)
• Node.js Middleware (experimental)

nextjs.org/blog/next-15-2
Next.js 15.2
Next.js 15.2 introduces an improved error experience, streaming metadata, Turbopack performance improvements, and more.
nextjs.org
February 27, 2025 at 1:36 AM
Next.js 16

• Cache Components
• Turbopack enabled by default
• Turbopack file system caching (beta)
• Optimized navigations and prefetching
• Improved caching APIs
• Build Adapters API (alpha)
• React 19.2

nextjs.org/blog/next-16
October 22, 2025 at 12:37 AM
Next.js 15.4

• Turbopack Builds: 100% integration test compatibility for next build --turbopack
• General stability and performance improvements
• A preview of what's coming in Next 16

nextjs.org/blog/next-15-4
Next.js 15.4
Next.js 15.4 includes updates to performance, stability, and Turbopack compatibility.
nextjs.org
July 14, 2025 at 10:07 PM
Next.js 16 (beta)

• Turbopack enabled by default
• Turbopack file system caching (beta)
• Optimized navigations and prefetching
• Improved caching APIs
• Build Adapters API (alpha)
• React 19.2

nextjs.org/blog/next-1...
Next.js 16 (beta)
Next.js 16 beta includes stable Turbopack, file system caching, React Compiler support, smarter routing, new caching APIs, and React 19.2 features.
nextjs.org
October 10, 2025 at 3:30 AM
turbopack is way more interesting than i thought
July 15, 2026 at 10:14 PM
Next.js 15.3

• Turbopack for builds (alpha)
• Community support for Rspack (experimental)
• Client Instrumentation hook
• Navigation hooks
• TypeScript plugin improvements

nextjs.org/15-3
Next.js 15.3
Next.js 15.3 includes Turbopack for builds, new client instrumentation and navigation hooks, and more.
nextjs.org
April 9, 2025 at 8:41 PM
Next.js 15.5

• Turbopack for builds (beta)
• Node.js middleware (stable)
• TypeScript support improvements
• `next lint` command deprecation
• Next.js 16 deprecation warnings

nextjs.org/blog/next-15-5
Next.js 15.5
Next.js 15.5 includes Turbopack builds in beta, stable Node.js middleware, TypeScript improvements, `next lint` deprecation, and deprecation warnings for Next.js 16.
nextjs.org
August 20, 2025 at 1:01 AM
Turbopack: What's new in Next.js 16.3 Preview

• Up to 90% less memory in dev
• Up to 5.5x faster builds via Filesystem Cache
• Faster HMR and dev startup
• Experimental Rust React Compiler
• 𝚒𝚖𝚙𝚘𝚛𝚝.𝚖𝚎𝚝𝚊.𝚐𝚕𝚘𝚋 support

nextjs.org/blog/next-1...
Turbopack: What's New in Next.js 16.3
Turbopack in Next.js 16.3 adds development memory eviction, persistent file cache for builds, experimental Rust React Compiler, and `import.meta.glob` support.
nextjs.org
June 29, 2026 at 5:31 PM
Learn how we built Turbopack with incremental computation to scale development and builds to Next.js applications of all sizes.
nextjs.org/blog/turbop...
Inside Turbopack: Building Faster by Building Less
Learn how we built Turbopack with incremental computation to scale development and builds to massive Next.js applications.
nextjs.org
January 20, 2026 at 5:20 PM
Turbopack: What's New in Next.js 16.2

• Up to ~375% faster updates with Server Fast Refresh
• Improved Web Workers support
• Subresource Integrity (SRI) support
• Tree shaking for dynamic 𝚒𝚖𝚙𝚘𝚛𝚝()
• 200+ bug fixes
nextjs.org/blog/next-1...
Turbopack: What's New in Next.js 16.2
Turbopack in Next.js 16.2 brings faster builds, SRI support, postcss.config.ts, tree shaking of dynamic imports, Server Fast Refresh, inline loader configuration, and over 200 bug fixes.
nextjs.org
March 19, 2026 at 6:28 PM
zod is pulling in ~250 kB of unused localization into the bundle and turbopack isn't helping eeeeh
April 12, 2026 at 10:36 PM
A perfect CVSS 10 🧑🏻‍🍳💋

CVE-2025-55182: Unauthenticated remote code execution vulnerability in React Server Components

The vuln is in versions 19.0, 19.1.0, 19.1.1, and 19.2.0:

react-server-dom-webpack
react-server-dom-parcel
react-server-dom-turbopack

Upgrade immediately!
Critical Security Vulnerability in React Server Components – React
The library for web and native user interfaces
react.dev
December 3, 2025 at 4:23 PM
I'm thrilled to share this news! I'm genuinely happy to see the teams coming together on this exciting new journey.

I believe this collabo will go a long way in bridging the once-distinct communities — Vue/React, Nuxt/Next, Vite/Turbopack — having closer collaboration and better resource sharing
NuxtLabs, creators of Nuxt and Nitro, are joining Vercel.

Same license, roadmap, and open governance, but now in a joint mission to build the best web.
July 8, 2025 at 4:56 PM
Next.js 15.3

Turbopack build alpha
And finally has support for Rspack 😁

nextjs.org/blog/next-15...
Next.js 15.3
Next.js 15.3 includes Turbopack for builds, new client instrumentation and navigation hooks, and more.
nextjs.org
April 9, 2025 at 8:35 PM
Next.js 13.4

◆ App Router (Stable)
◆ Turbopack (Beta)
◆ Server Actions (Alpha)

https://nextjs.org/blog/next-13-4
Next.js 13.4
Next.js 13.4 moves App Router to stable, Turbopack to beta, and introduces experimental support for Server Actions.
nextjs.org
May 4, 2023 at 4:04 PM
we'll share more about this next week, but Turbopack is there to stay :)
February 27, 2025 at 3:23 PM
webpack’s next release will support `import.meta.glob`.

✅ Vite
✅ Turbopack
✅ Rspack
✅ webpack

One more step toward a more unified ecosystem.
July 13, 2026 at 2:54 PM
man i wanna read a postmortem on turbopack development so bad. not in the negative sense but like, which parts ended up harder than expected, what lessons were learned, what problems were solved
October 23, 2024 at 3:07 PM
wait, so MDX doesn’t work with Turbopack if i want to use rehype/remark plugins?
April 20, 2025 at 1:31 AM
Have you been following the JavaScript Bundler Grand Prix? Consider recent announcements including @voidzero.dev's Vite+, @bytedance.bsky.social's Rspack 1.6, @vercel.com's @nextjs.org 16 (beta) release enabling Turbopack by default, & @anthropic.com's Bun acquisition. redmonk.com/kholterhoff/...
December 16, 2025 at 12:00 AM
why do i have 50gb of next.js turbopack cache
August 26, 2026 at 8:29 AM
SWC's binary just got 2.4MB smaller. Rspack and Turbopack could benefit too.

Thanks @swwind233 for the optimizations
September 16, 2026 at 10:02 AM
Next.js 14.2

◆ Turbopack (RC): 99.8% of tests passing for `next dev --turbo`
◆ Build / Production Improvements: Reduced memory usage
◆ Caching Improvements: Configurable client-side cache revalidation
◆ Errors DX: Better hydration mismatch messages

nextjs.org/blog/next-14-2
Next.js 14.2
Next.js 14.2 includes development, production, and caching improvements. Including new configuration options, 99% Turbopack tests passing, and more.
nextjs.org
April 11, 2024 at 9:17 PM
RT @ScriptedAlchemy: Module Federation spotted in turbopack!
But it implements v1 🫠 hoping to get v2 support like we have in @rspack_dev otherwise this will be hellish for end users.
https://github.com/vercel/next.js/pull/97625
Really happy to see this either way.
Turbopack: add Module Federation remote consumption by sokra · Pull Request #97625 · vercel/next.js
What? Adds first-class Module Federation configuration and webpack-compatible remote consumption to Turbopack, exposed in Next.js as experimental.turbopackModuleFederation. This layer also fixes sc...
github.com
September 23, 2026 at 9:46 AM