Skip to content

Commit 1aa62c6

Browse files
committed
docs: add credits in readme
1 parent e136d06 commit 1aa62c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ Compared to the previous approach, this method decouples the React Fast Refresh
7575
- For usage with `builtin:swc-loader`, you can refer to the example at [examples/react-refresh](https://github.com/rspack-contrib/rspack-examples/tree/main/rspack/react-refresh/rspack.config.js), When using with `swc-loader`, simply replace `builtin:swc-loader` with `swc-loader`.
7676
- For usage with `babel-loader`, you can refer to the example at [examples/react-refresh-babel-loader](https://github.com/rspack-contrib/rspack-examples/tree/main/rspack/react-refresh-babel-loader/rspack.config.js)
7777

78+
## Credits
79+
80+
Thanks to the [react-refresh-webpack-plugin](https://github.com/pmmmwh/react-refresh-webpack-plugin) created by [@pmmmwh](https://github.com/pmmmwh), which inspires implement this plugin.
81+
7882
## License
7983

8084
Rspack is [MIT licensed](https://github.com/web-infra-dev/rspack/blob/main/LICENSE).

0 commit comments

Comments
 (0)