diff --git a/README.zh-CN.md b/README.zh-CN.md index 582a505608a..8d6eac537f2 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -71,6 +71,9 @@ - [rolldown-legacy](https://github.com/rolldown-rs/rolldown-legacy) 项目,它是 [rolldown](https://github.com/rolldown) 项目的前身,它探索了使用 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。 - [Turbopack](https://github.com/vercel/turbo) 项目,它启发了 Rspack 里基于 AST 的路径重写逻辑。 +- [react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin) 项目(由 [@pmmmwh](https://github.com/pmmmwh) 创建),它启发了 Rspack 内的 ReactRefreshPlugin 实现。 +- [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) 项目(由 [@sokra](https://github.com/sokra) 创建),它启发了 Rspack 内的 CssExtractPlugin 实现。 +- [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) 项目(由 [@kevlened](https://github.com/kevlened) 创建),它启发了 Rsapck 内的 CopyPlugin 实现。 ## License