Skip to content

Commit 29dbe24

Browse files
committed
chore: update
1 parent 0400335 commit 29dbe24

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@
1212
<a href="https://github.com/web-infra-dev/rslib/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square&colorA=564341&colorB=F8F5FF" alt="license" /></a>
1313
</p>
1414

15-
Rslib is a library build tool powered by [Rsbuild](https://rsbuild.dev). It allows library developers to leverage the knowledge and ecosystem of webpack and Rspack. Rslib is built on top of Rsbuild's excellent configurations and plugins, providing optimal ESM and CJS output.
15+
Rslib is a library build tool that leverages the excellent configurations and plugins of [Rsbuild](https://rsbuild.dev), empowering library developers to take advantage of the extensive knowledge and ecosystem of webpack and Rspack.
1616

17-
Rslib provides out-of-the-box configurations for library development, including compilation of TypeScript, JSX, Sass, Less, CSS Modules, and Wasm. It supports bundleless output, DTS generation (including isolated declarations), Module Federation, assets compression, type checking, PostCSS, and Lightning CSS.
17+
Rslib provides a comprehensive set of build features for library development, including:
18+
19+
- **Compilation of diverse languages**: TypeScript, JSX, Sass, Less, CSS Modules, Wasm, and more.
20+
- **Flexible build modes**: Bundle and bundleless options to suit your needs.
21+
- **Multiple output formats**: ESM, CJS, and UMD for maximum compatibility.
22+
- **Declaration file generation**: Including isolated declarations.
23+
- **Advanced features**: Module Federation, asset compression, PostCSS, Lightning CSS, and more.
1824

1925
## ✨ Why Rslib?
2026

website/docs/en/guide/start/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Introduction
22

3-
Rslib is a library build tool that leverages the excellent configurations and plugins of Rsbuild, empowering library developers to take advantage of the extensive knowledge and ecosystem of webpack and Rspack.
3+
Rslib is a library build tool that leverages the excellent configurations and plugins of [Rsbuild](https://rsbuild.dev), empowering library developers to take advantage of the extensive knowledge and ecosystem of webpack and Rspack.
44

5-
Rslib provides a comprehensive set of [build features](/guide/start/features) for library development, including:
5+
Rslib provides a comprehensive set of build features for library development, including:
66

77
- **Compilation of diverse languages**: TypeScript, JSX, Sass, Less, CSS Modules, Wasm, and more.
88
- **Flexible build modes**: Bundle and bundleless options to suit your needs.

0 commit comments

Comments
 (0)