Skip to content

Commit

Permalink
Update Turbopack docs. (#44468)
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob authored Dec 31, 2022
1 parent 50857da commit f8647a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced-features/turbopack.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
description: Turbopack (alpha) can be used inside Next.js 13 for 700x faster updatse.
description: Turbopack, an incremental bundler built with Rust, can be used with Next.js 13 using the --turbo flag for faster local development.
---

# Turbopack (alpha)

[Turbopack](https://turbo.build/pack) is an incremental bundler optimized for JavaScript and TypeScript, written in Rust, and built into Next.js 13.

On large applications Turbopack updates 10x faster than Vite and 700x faster than Webpack. For the biggest applications, the difference is even larger with updates up to 20x faster than Vite.
On large applications, Turbopack updates 700x faster than Webpack.

## Usage

Expand Down

0 comments on commit f8647a3

Please sign in to comment.