From c10a5d602be5b8095b5f91e608f4826e34db0aed Mon Sep 17 00:00:00 2001 From: "yangjian.fe" Date: Thu, 2 Mar 2023 09:02:27 +0800 Subject: [PATCH] chore: give more credit to parcel --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad793cd8517b..38acce9073af 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Thanks to: - The [SWC](https://github.com/swc-project/swc) project created by [@kdy1](https://github.com/kdy1), which powers Rspack's code compilation and minification. - The [esbuild](https://github.com/evanw/esbuild) project created by [@evanw](https://github.com/evanw), which inspired the concurrent architecture of Rspack. - The [NAPI-RS](https://github.com/napi-rs/napi-rs) project created by [@Brooooooklyn](https://github.com/Brooooooklyn), which powers Rspack's node-binding implementation. -- The [Parcel](https://github.com/parcel-bundler/parcel) project created by [@devongovett](https://github.com/devongovett) which inspired Rspack's incremental rebuild design. +- The [Parcel](https://github.com/parcel-bundler/parcel) project created by [@devongovett](https://github.com/devongovett) which is the pioneer of rust bundler and inspired Rspack's incremental rebuild design. - The [Vite](https://github.com/vitejs/vite) project created by [Evan You](https://github.com/yyx990803) which inspired Rspack's compatibility design of webpack's ecosystem. - The [Rolldown](https://github.com/rolldown-rs/rolldown) project created by [Rolldown team](https://github.com/sponsors/rolldown-rs), which explores the possibility of making a performant bundler in Rust with Rollup-compatible API. It inspires the design principles of Rspack. - The [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) project created by [@jantimon](https://github.com/jantimon), which inspired `@rspack/html-plugin`. diff --git a/README.zh-CN.md b/README.zh-CN.md index 54c6d9a9a166..52b87fbc7a9b 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -57,7 +57,7 @@ - [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)创建), 他启发了 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/sponsors/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`。