diff --git a/v3-docs/docs/about/modern-build-stack.md b/v3-docs/docs/about/modern-build-stack.md index b77f85934d..1e3f555e53 100644 --- a/v3-docs/docs/about/modern-build-stack.md +++ b/v3-docs/docs/about/modern-build-stack.md @@ -46,7 +46,7 @@ Starting with Meteor 3.4 Add this Atmosphere package to your app: ``` bash -meteor add rspack +meteor add rspack@1.0.0-beta340.3 ``` On first run, the package installs the required Rspack setup at the project level. It compiles your app code with Rspack to get the full benefit of this integration. diff --git a/v3-docs/docs/about/modern-build-stack/rspack-bundler-integration.md b/v3-docs/docs/about/modern-build-stack/rspack-bundler-integration.md index b7ea3cc355..694e90aed0 100644 --- a/v3-docs/docs/about/modern-build-stack/rspack-bundler-integration.md +++ b/v3-docs/docs/about/modern-build-stack/rspack-bundler-integration.md @@ -18,7 +18,7 @@ Starting with Meteor 3.4 Add this Atmosphere package to your app: ``` bash -meteor add rspack +meteor add rspack@1.0.0-beta340.3 ``` On first run, the package installs the required Rspack setup at the project level. It compiles your app code with Rspack to get the full benefit of this integration.