<ul data-eligibleForWebStory="true">Turbopack, successor to Webpack, aims to speed up Next.js build times and enhance development experience.Turbopack, written in Rust, focuses on incremental compilation and lazy bundling.Turbopack is stable for 'next dev' but experimental for 'next build', emphasizing on development optimizations for now.To set up Turbopack in Next.js: upgrade to version 13.4 or newer, enable Turbopack in the 'dev' script in package.json.Comparing Turbopack to Webpack, Turbopack offers significantly faster cold starts, near-instant rebuilds on changes, and smart incremental builds.Turbopack's introduction improves developer experience with smoother and more reactive performance.As of Next.js 14.x, --turbo is not supported for production builds, focusing on development experience for now.