Skip to content

Commit

Permalink
docs: fix punctuation (web-infra-dev#2101)
Browse files Browse the repository at this point in the history
Co-authored-by: Hana <andywangsy@gmail.com>
  • Loading branch information
liruifengv and h-a-n-a authored Mar 11, 2023
1 parent 44299d9 commit cdf2e77
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

## 参与贡献

> **Rspack 项目目前仍在积极开发中,仍然缺失了很多的 webpack 的插件 Hook 以及一些 API 目前可能不够稳定,我们正在努力补齐这些 API,并不断地提升 Rspack 的稳定性,如果您有任何建议或意见,欢迎随时提交 PR 或 Issue,我们将不胜感激。**
> **Rspack 项目目前仍在积极开发中,仍然缺失了很多的 webpack 的插件 Hook 以及一些 API 目前可能不够稳定我们正在努力补齐这些 API,并不断地提升 Rspack 的稳定性,如果您有任何建议或意见,欢迎随时提交 PR 或 Issue,我们将不胜感激。**
请阅读 [贡献指南](./CONTRIBUTING.md) 来共同参与 Rspack 的建设。

Expand All @@ -60,13 +60,13 @@
- [webpack 团队和社区](https://webpack.js.org/) 创建了一个优秀的打包工具和丰富的生态。
- [@sokra](https://github.com/sokra)[webpack](https://github.com/webpack/webpack) 项目上的出色工作。
- [@ScriptedAlchemy](https://github.com/ScriptedAlchemy) 创造了模块联邦,并帮助 Rspack 与社区建立联系。
- [SWC](https://swc.rs/) 项目(由 [@kdy1](https://github.com/kdy1) 创建), 为 Rspack 的代码解析、转换和压缩提供了支持。
- [esbuild](https://github.com/evanw/esbuild) 项目(由 [@evanw](https://github.com/evanw) 创建), 它启发了 Rspack 的并发架构。
- [SWC](https://swc.rs/) 项目(由 [@kdy1](https://github.com/kdy1) 创建)为 Rspack 的代码解析、转换和压缩提供了支持。
- [esbuild](https://github.com/evanw/esbuild) 项目(由 [@evanw](https://github.com/evanw) 创建)它启发了 Rspack 的并发架构。
- [NAPI-RS](https://github.com/napi-rs/napi-rs) 项目(由 [@Brooooooklyn](https://github.com/Brooooooklyn) 创建),为 Rspack 的 node-binding 实现提供了支持。
- [Parcel](https://github.com/parcel-bundler/parcel) 项目([@devongovett](https://github.com/devongovett)创建), 它是 Rust Bundler 的先行探索者并启发了 Rspack 的增量构建架构.
- [Parcel](https://github.com/parcel-bundler/parcel) 项目[@devongovett](https://github.com/devongovett)创建), 它是 Rust Bundler 的先行探索者并启发了 Rspack 的增量构建架构
- [Vite](https://github.com/vitejs/vite)[尤雨溪](https://github.com/yyx990803)创建,它和 rollup 社区的兼容性设计启发了 Rspack 和 Webpack 社区的兼容设计。
- [Rolldown](https://github.com/rolldown-rs/rolldown) 项目(由 [Rolldown 团队](https://github.com/rolldown-rs)创建),它探索了使用 Rust 构建高性能 Bundler + 兼容 Rollup API 的可能性,启发了 Rspack 的设计方向。
- [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) 项目(由 [@jantimon](https://github.com/jantimon) 创建), Rspack 的 `@rspack/html-plugin`[html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) 的一个 fork 来避免使用在 Rspack 中尚未支持的 webpack API。
- [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) 项目(由 [@jantimon](https://github.com/jantimon) 创建)Rspack 的 `@rspack/html-plugin`[html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) 的一个 fork 来避免使用在 Rspack 中尚未支持的 webpack API。
- [Turbopack](https://github.com/vercel/turbo) 项目,它启发了 Rspack 里基于 AST 的路径重写逻辑。

## License
Expand Down

0 comments on commit cdf2e77

Please sign in to comment.