diff --git a/website/docs/en/contribute/development/releasing.md b/website/docs/en/contribute/development/releasing.md index 3a5abddd8c3e..30dfb0cc7321 100644 --- a/website/docs/en/contribute/development/releasing.md +++ b/website/docs/en/contribute/development/releasing.md @@ -46,9 +46,7 @@ Take pnpm as an example: { "pnpm": { "overrides": { - "@rspack/binding": "npm:@rspack/binding-canary@nightly", - "@rspack/core": "npm:@rspack/core-canary@nightly", - "@rspack/plugin-react-refresh": "npm:@rspack/plugin-react-refresh@nightly" + "@rspack/core": "npm:@rspack-canary/core@nightly" }, "peerDependencyRules": { "allowAny": ["@rspack/*"] diff --git a/website/docs/zh/contribute/development/releasing.md b/website/docs/zh/contribute/development/releasing.md index 19d505ca32fd..c2ece154e2ea 100644 --- a/website/docs/zh/contribute/development/releasing.md +++ b/website/docs/zh/contribute/development/releasing.md @@ -46,9 +46,7 @@ nightly 构建完全复制了全量发布构建,以便尽早发现错误。 { "pnpm": { "overrides": { - "@rspack/binding": "npm:@rspack/binding-canary@nightly", - "@rspack/core": "npm:@rspack/core-canary@nightly", - "@rspack/plugin-react-refresh": "npm:@rspack/plugin-react-refresh@nightly" + "@rspack/core": "npm:@rspack-canary/core@nightly" }, "peerDependencyRules": { "allowAny": ["@rspack/*"]