-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update casing from Webpack to webpack (#3655)
Following discussion in vercel/next.js#45560
- Loading branch information
1 parent
1493cc2
commit 8c2c6b3
Showing
10 changed files
with
46 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
--- | ||
title: Migrate from Webpack to Turbopack | ||
description: Learn about how to migrate from Webpack to its Rust-powered successor, Turbopack. | ||
title: Migrate from webpack to Turbopack | ||
description: Learn about how to migrate from webpack to its Rust-powered successor, Turbopack. | ||
--- | ||
|
||
# Migrating from Webpack to Turbopack | ||
# Migrating from webpack to Turbopack | ||
|
||
We're planning Turbopack as the successor to Webpack. In the future, we plan to give Turbopack all the tools needed to support your Webpack app. | ||
We're planning Turbopack as the successor to webpack. In the future, we plan to give Turbopack all the tools needed to support your webpack app. | ||
|
||
Currently, migrating to Turbopack from Webpack is **not yet possible**. In the future, we're planning to offer a smooth migration path for all Webpack users to join the Turbopack future. | ||
Currently, migrating to Turbopack from webpack is **not yet possible**. In the future, we're planning to offer a smooth migration path for all webpack users to join the Turbopack future. | ||
|
||
## Will it be compatible with Webpack's API? | ||
## Will it be compatible with webpack's API? | ||
|
||
Webpack has a huge API. It's extremely flexible and extensible, which is a big reason why it's so popular. | ||
webpack has a huge API. It's extremely flexible and extensible, which is a big reason why it's so popular. | ||
|
||
We're planning on making Turbopack very flexible and extensible, but we're **not planning 1:1 compatibility with Webpack**. This lets us make choices which improve on Webpack's API, and lets us optimize for speed and efficiency. | ||
We're planning on making Turbopack very flexible and extensible, but we're **not planning 1:1 compatibility with webpack**. This lets us make choices which improve on webpack's API, and lets us optimize for speed and efficiency. | ||
|
||
## Will we be able to use Webpack plugins? | ||
## Will we be able to use webpack plugins? | ||
|
||
Webpack plugins are a crucial part of Webpack's ecosystem. They let you customize your toolchain, giving you low-level tools to maximize your productivity. | ||
webpack plugins are a crucial part of webpack's ecosystem. They let you customize your toolchain, giving you low-level tools to maximize your productivity. | ||
|
||
Since we're not offering 1:1 API compatibility, most Webpack plugins won't work out of the box with Turbopack. | ||
Since we're not offering 1:1 API compatibility, most webpack plugins won't work out of the box with Turbopack. | ||
|
||
However, we're working on porting several of the most popular Webpack plugins to Turbopack. | ||
However, we're working on porting several of the most popular webpack plugins to Turbopack. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
8c2c6b3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
turbo-site – ./docs
turbo.build
www.turbo.build
turborepo.org
turbo.vercel.sh
turbo.vercel.app
turbopack.org
www.turborepo.com
www.turbopack.org
turbo-site.vercel.sh
www.turborepo.org
turbo-site-git-main.vercel.sh