adjust proper rspack version in docs

This commit is contained in:
Nacho Codoñer
2025-09-08 17:48:30 +02:00
parent 34bd2d35d8
commit 09fea4932e
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.