Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(guide): fix improper punctuation in Chinese guide #3465

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/zh/guide/start/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Rsbuild 是由 [Rspack](https://rspack.dev/) 驱动的高性能构建工具,它默认包含了一套精心设计的构建配置,提供开箱即用的开发体验,并能够充分发挥出 Rspack 的性能优势。

Rsbuild 提供 [丰富的构建功能](/guide/start/features),包括编译 TypeScriptJSXSassLessCSS ModulesWasm,以及其他资源,也支持模块联邦、图片压缩、类型检查、PostCSSLightning CSS 等功能。
Rsbuild 提供 [丰富的构建功能](/guide/start/features),包括编译 TypeScriptJSXSassLessCSS ModulesWasm,以及其他资源,也支持模块联邦、图片压缩、类型检查、PostCSSLightning CSS 等功能。

## 💡 对比其他工具

Expand Down Expand Up @@ -42,7 +42,7 @@ Rsbuild 具备以下特性:

- **易于配置**:Rsbuild 的目标之一,是为 Rspack 用户提供开箱即用的构建能力,使开发者能够在零配置的情况下开发 web 项目。同时,Rsbuild 提供一套语义化的构建配置,以降低 Rspack 配置的学习成本。

- **性能优先**:Rsbuild 集成了社区中基于 Rust 的高性能工具,包括 [Rspack](https://rspack.dev)[SWC](https://swc.rs/)[Lightning CSS](https://lightningcss.dev/),以提供一流的构建速度和开发体验。
- **性能优先**:Rsbuild 集成了社区中基于 Rust 的高性能工具,包括 [Rspack](https://rspack.dev)[SWC](https://swc.rs/)[Lightning CSS](https://lightningcss.dev/),以提供一流的构建速度和开发体验。

- **插件生态**:Rsbuild 内置一个轻量级的插件系统,提供一系列高质量的官方插件。此外,Rsbuild 兼容大部分的 webpack 插件和所有的 Rspack 插件,这意味着你可以在 Rsbuild 中使用社区或公司内现有的插件,而无须重写相关代码。

Expand Down
Loading