From 5a4332abcf9f63c4a584dbce2a7e311922e34d73 Mon Sep 17 00:00:00 2001
From: Nathan Hammond
- The Rust-powered successor to Webpack.
+ Introducing the Rust-powered successor to Webpack.
- With that, we're excited to introduce Turbopack, our Rust-based + With that, we're excited to introduce Turbopack, our Rust-powered successor to Webpack. It will harness the power of our build system, Turborepo, for massive performance improvements. Turbopack is the new foundation of high-performance bare-metal tooling and is now diff --git a/docs/pages/pack/docs/migrating-from-webpack.mdx b/docs/pages/pack/docs/migrating-from-webpack.mdx index 177be32a80575..1c3106a81ee73 100644 --- a/docs/pages/pack/docs/migrating-from-webpack.mdx +++ b/docs/pages/pack/docs/migrating-from-webpack.mdx @@ -1,6 +1,6 @@ --- title: Migrate from Webpack to Turbopack -description: Learn about how to migrate from Webpack to its Rust-based successor, Turbopack. +description: Learn about how to migrate from Webpack to its Rust-powered successor, Turbopack. --- # Migrating from Webpack to Turbopack diff --git a/docs/pages/pack/docs/why-turbopack.mdx b/docs/pages/pack/docs/why-turbopack.mdx index ea611afcf28b8..2dea4549c29ed 100644 --- a/docs/pages/pack/docs/why-turbopack.mdx +++ b/docs/pages/pack/docs/why-turbopack.mdx @@ -37,7 +37,7 @@ esbuild’s code is hyper-optimized for one task - bundling fast. It doesn’t h esbuild is an extremely fast bundler, but it doesn’t do much caching. This means you _will_ end up doing the same work again and again, even if that work is at the speed of native. -Evan Wallace refers to esbuild as a [proof-of-concept for the next generation of bundlers](https://news.ycombinator.com/item?id=22336334). We think he’s right. We feel that a Rust-based bundler _with_ incremental computation could perform better at a larger scale than esbuild. +Evan Wallace refers to esbuild as a [proof-of-concept for the next generation of bundlers](https://news.ycombinator.com/item?id=22336334). We think he’s right. We feel that a Rust-powered bundler _with_ incremental computation could perform better at a larger scale than esbuild. ## Lazy bundling