---
title: "Untitled"
url: https://daily.dev/posts/untitled-zzwrwhi0t
source_url: https://www.sitepoint.com/turbopack-in-production-nextjs-15-speed-wins
type: article
source: "SitePoint"
published: 2026-06-27T04:58:26.309Z
updated: 2026-06-27T04:58:49.089Z
tags: ["rust", "nextjs", "webpack"]
reading_time: 13
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Untitled

**[SitePoint](https://daily.dev/sources/sitepoint)** · 13 min read · 0 upvotes · 0 comments

## Summary

Turbopack is now stable for `next dev` in Next.js 15, delivering up to 76% faster cold starts and sub-200ms HMR compared to Webpack. This guide covers enabling Turbopack in new and existing projects, migrating custom Webpack configurations (loaders, path aliases) to the new `turbopack` key in `next.config.js`, benchmarking performance with shell scripts, handling unsupported Webpack plugins, troubleshooting common issues like module-not-found errors and styling breakages, and adjusting CI/CD pipelines. Production builds (`next build --turbo`) remain experimental, so the recommended approach is Turbopack for development and Webpack for production until full stability is reached.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.sitepoint.com/turbopack-in-production-nextjs-15-speed-wins>

---

Tags: [#rust](https://daily.dev/tags/rust), [#nextjs](https://daily.dev/tags/nextjs), [#webpack](https://daily.dev/tags/webpack)

[View this post on daily.dev](https://daily.dev/posts/untitled-zzwrwhi0t)
