Skip to content

Commit

Permalink
chore: give credits to parcel and vite
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist committed Feb 27, 2023
1 parent 5fb1a30 commit a14ed37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ 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 [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 [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) project created by [@jantimon](https://github.com/jantimon), which inspired `@rspack/html-plugin`.

## License
Expand Down
2 changes: 2 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
- [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 的增量构建架构.
- [Vite](https://github.com/vitejs/vite)[尤雨溪](https://github.com/yyx990803)创建,它和 rollup 社区的兼容性设计启发了 Rspack 和 Webpack 社区的兼容设计。
- [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) 项目(由 [@jantimon](https://github.com/jantimon) 创建), 它启发了 Rspack 的 `@rspack/html-plugin`

## License
Expand Down

0 comments on commit a14ed37

Please sign in to comment.