Skip to content

Commit

Permalink
chore: optimize readme (web-infra-dev#2004)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 authored Mar 1, 2023
1 parent a8f4994 commit 50abd9d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ English | [简体中文](./README.zh-CN.md)

## ✨ Features

- 🚀 **Fast**: Based on Rust, the build speed is extremely fast, bringing you the ultimate development experience.
- 📦 **Webpack Interoperable**: Targeted interoperability the Webpack ecosystem, no need to build your ecosystem from scratch.
- 🚀 **Fast Startup**: Based on Rust, the build speed is extremely fast, bringing you the ultimate development experience.
-**Lightning HMR**: With a built-in incremental compilation mechanism, HMR is extremely fast and fully capable of developing large-scale projects.
- 📦 **Webpack Interoperable**: Compatible with the architecture and ecology of webpack, no need to build the ecology from scratch.
- 🎨 **Batteries Included**: Out-of-the-box support for Typescript, JSX, CSS, CSS Modules, Sass, and more.
- 🛠️ **Production Optimization**: By default, various optimization strategies are built in, such as Tree Shaking, Minification, etc.
- 🎯 **Framework Agnostic**: Not bound to any frontend framework, ensuring enough flexibility.

Read [Introduction](https://rspack.org/guide/introduction.html) for details.

Expand Down
9 changes: 6 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@

## ✨ 特性

- 🚀 **Fast**: 基于 Rust 实现,构建速度极快,带给你极致的开发体验。
- 📦 **Webpack Interoperable**: 与 Webpack 生态有良好的兼容性,无需从零构建你的生态。
- 🎨 **Batteries Included**: 对 Typescript、JSX、CSS、CSS Modules、Sass 等提供开箱即用的支持。
- 🚀 **启动速度极快**: 基于 Rust 实现,构建速度极快,带给你极致的开发体验。
-**闪电般的 HMR**: 内置增量编译机制,HMR 速度极快,完全胜任大型项目的开发。
- 📦 **兼容 webpack**: 针对 webpack 的架构和生态进行兼容,无需从头搭建生态。
- 🎨 **内置常见构建能力**: 对 Typescript、JSX、CSS、CSS Modules、Sass 等提供开箱即用的支持。
- 🛠️ **默认生产优化**: 默认内置多种优化策略,如 Tree Shaking、代码压缩等等。
- 🎯 **框架无关**: 不和任何前端框架绑定,保证足够的灵活性。

请阅读 [Rspack 介绍](https://rspack.org/zh/guide/introduction.html) 章节来了解更多。

Expand Down

0 comments on commit 50abd9d

Please sign in to comment.