From 09fea4932e29f9ab3e684adc09f79613635302fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Mon, 8 Sep 2025 17:48:30 +0200 Subject: [PATCH] adjust proper rspack version in docs --- v3-docs/docs/about/modern-build-stack.md | 2 +- .../docs/about/modern-build-stack/rspack-bundler-integration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.