From 3a1fb6e31a8f1610afb4dfe4466516e93645c275 Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 25 Aug 2026 12:38:44 +0800 Subject: [PATCH] docs: update Rsbuild compatibility range --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5e7b51..202b24a 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,12 @@ If you have any requirements, it is recommended to file an issue to [SWC plugins Install: ```bash -# `@rsbuild/core` >= 1.7.0 +# `@rsbuild/core` >= 2.2.0 npm add @rsbuild/plugin-styled-components -D +# `@rsbuild/core` 1.7.x ~ 2.1.x +npm add @rsbuild/plugin-styled-components@1.6.3 -D + # `@rsbuild/core` 1.6.x npm add @rsbuild/plugin-styled-components@1.5.1 -D