diff --git a/docs/components/pages/landing/index.tsx b/docs/components/pages/landing/index.tsx
index acd56cb58db0f..1bda65c4891b3 100644
--- a/docs/components/pages/landing/index.tsx
+++ b/docs/components/pages/landing/index.tsx
@@ -134,7 +134,7 @@ function SiteCards() {
- The Rust-powered successor to Webpack. + Introducing the Rust-powered successor to Webpack.
diff --git a/docs/components/pages/pack-home/PackHero.tsx b/docs/components/pages/pack-home/PackHero.tsx index 3519ebd688f65..f4841627bad65 100644 --- a/docs/components/pages/pack-home/PackHero.tsx +++ b/docs/components/pages/pack-home/PackHero.tsx @@ -74,7 +74,7 @@ export function PackHero() { width="200" className="w-[160px] md:w-[200px] fill-black dark:fill-white" /> -- 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