Skip to content

Commit 2a30e40

Browse files
authored
docs: add pnpm command to webpack 5 migration guide (#8036)
1 parent 480db2a commit 2a30e40

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/content/migrate/5.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ Now let's upgrade webpack to version 5:
119119

120120
- Yarn: `yarn add webpack@latest`
121121

122+
- pnpm: `pnpm add webpack@latest`
123+
122124
If you were not able to upgrade some plugins/loaders to the latest in Upgrade webpack 4 and its plugins/loaders step, don't forget to upgrade them now.
123125

124126
### Clean up configuration

0 commit comments

Comments
 (0)