From a07d9219f0e0c917350f9d9f39e2dd3d430845da Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 11 Feb 2026 15:38:01 +0800 Subject: [PATCH 1/3] docs: update README with branch version information --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d421ba7..76ef588 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ Use Rspack with a development server that provides live reloading. This should be used for development only. -> `@rspack/dev-server` is based on `webpack-dev-server@5` +> [!NOTE] +> The `main` branch is under active development for 2.0**. +> The stable **1.x\*\* releases are maintained in the [v1.x](https://github.com/rstackjs/rspack-dev-server/tree/v1.x) branch. ## Installation From 0dccffed17a1a5151a49b12028c89f2626ed954e Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 11 Feb 2026 15:38:17 +0800 Subject: [PATCH 2/3] docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76ef588..81ecd7a 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Use Rspack with a development server that provides live reloading. This should be used for development only. > [!NOTE] -> The `main` branch is under active development for 2.0**. -> The stable **1.x\*\* releases are maintained in the [v1.x](https://github.com/rstackjs/rspack-dev-server/tree/v1.x) branch. +> The `main` branch is under active development for 2.0\*\*. +> The stable `1.x` releases are maintained in the [v1.x](https://github.com/rstackjs/rspack-dev-server/tree/v1.x) branch. ## Installation From 1d82beb3eb8dbd5e62b651da83e726f4bfe15dab Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 11 Feb 2026 15:49:59 +0800 Subject: [PATCH 3/3] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81ecd7a..a79438c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Use Rspack with a development server that provides live reloading. This should be used for development only. > [!NOTE] -> The `main` branch is under active development for 2.0\*\*. +> The `main` branch is under active development for 2.0. > The stable `1.x` releases are maintained in the [v1.x](https://github.com/rstackjs/rspack-dev-server/tree/v1.x) branch. ## Installation