Skip to content

Commit b45b26c

Browse files
committed
chore: update
1 parent 1e1cc21 commit b45b26c

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

website/docs/en/blog/introducing-rslib.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,13 @@ Beyond common JavaScript library development solutions, based on Rspack and the
155155

156156
Currently, Rspack / Rsbuild / Rspress and other projects in the Rstack toolchain are using Rslib for building, with tens of thousands of weekly downloads, serving multiple businesses within ByteDance, and is also the [recommended solution](https://module-federation.io/guide/basic/rsbuild.html#rslib-module) for Module Federation modules.
157157

158-
Rslib is currently in 0.x stage. We plan to release v1.0 after further optimizing the output and stabilizing the final API and configuration design. You can track the progress of version 1.0 [milestone](https://github.com/web-infra-dev/rslib/milestone/1) on GitHub.
158+
Rslib is currently in the 0.x stage and we plan to release v1.0 after achieving the following key goals:
159+
160+
- Stabilize the final configuration and API design
161+
- Optimize the quality of the build output
162+
- Support bundleless mode for Vue, Solid and more frameworks
163+
164+
You can track the progress by checking v1.0 [Milestone](https://github.com/web-infra-dev/rslib/milestone/1) on GitHub.
159165

160166
## Start using Rslib
161167

website/docs/zh/blog/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar: false
77

88
在此查看有关 Rslib 的最新文章和发布公告。
99

10-
## [Rslib: Build library with Rspack](/blog/introducing-rslib)
10+
## [Rspack 生态升级!全新库开发工具 Rslib 发布](/blog/introducing-rslib)
1111

1212
> 2025 年 5 月 14 日
1313

website/docs/zh/blog/introducing-rslib.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ _2025 年 5 月 14 日_
77

88
import { ImageAlt } from '../../../theme/components/ImageAlt';
99

10-
# Rslib: Build library with Rspack
10+
# Rspack 生态升级!全新库开发工具 Rslib 发布
1111

1212
![banner](https://assets.rspack.dev/rslib/rslib-banner.png)
1313

@@ -155,7 +155,13 @@ Rslib 提供了一套全面的库构建解决方案,涵盖了目前大部分
155155

156156
目前 Rstack 工具链中的 Rspack / Rsbuild / Rspress 等项目已经使用 Rslib 进行构建,周下载量数万,在字节内部已经服务了多个业务,同时也是 Module Federation 模块的 [推荐解决方案](https://module-federation.io/guide/basic/rsbuild.html#rslib-module)
157157

158-
Rslib 目前处于 0.x 阶段,我们将在进一步优化产物输出,并确认最终 API 和配置的设计后发布 1.0 稳定版。你可以在 GitHub 上查看 1.0 版本的 [里程碑](https://github.com/web-infra-dev/rslib/milestone/1) 追踪进展。
158+
Rslib 目前处于 0.x 阶段,我们计划在达成以下关键目标后发布 v1.0 版本:
159+
160+
- 确认最终配置和 API 的设计
161+
- 优化构建产物的质量
162+
- 支持 Vue、Solid 等更多框架的 bundleless 开发模式
163+
164+
你可以通过在 GitHub 中查看 v1.0 版本的 [里程碑](https://github.com/web-infra-dev/rslib/milestone/1) 追踪进展。
159165

160166
## 开始使用 Rslib
161167

0 commit comments

Comments
 (0)