From 0c0f9a011b6dbf261abbfb127d765dd6526c8736 Mon Sep 17 00:00:00 2001 From: Raj Date: Tue, 17 Mar 2026 09:22:16 +0000 Subject: [PATCH] docs: add pnpm command to webpack 5 migration guide --- src/content/migrate/5.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/migrate/5.mdx b/src/content/migrate/5.mdx index e56bb0af7818..bf1529e02a57 100644 --- a/src/content/migrate/5.mdx +++ b/src/content/migrate/5.mdx @@ -119,6 +119,8 @@ Now let's upgrade webpack to version 5: - Yarn: `yarn add webpack@latest` +- pnpm: `pnpm add webpack@latest` + 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. ### Clean up configuration