Skip to content

Commit 6668f5c

Browse files
docs: clarify codemod is unofficial and may require manual steps
1 parent 77ef4b5 commit 6668f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/migrate/5.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Webpack 5 requires at least Node.js 10.13.0 (LTS), so make sure you upgrade your
3939

4040
## Codemods
4141

42-
To assist with the upgrade webpack from v4 to v5, we have added features that utilize codemods to automatically update your code to many of the new APIs and patterns. Run the following command to automatically update your code for webpack v5 migration:
42+
To assist with the upgrade from Webpack v4 to v5, we have provided a community codemod that can help automate parts of the migration process. Please note that this codemod is not an official Webpack tool, and while it aims to streamline the migration, it may not cover all cases. You may still need to perform additional manual steps to fully complete the upgrade. Run the following command to use the codemod for Webpack v5 migration:
4343

4444
```bash
4545
npx codemod webpack/v5/migration-recipe

0 commit comments

Comments
 (0)