Skip to content

Commit 80bde84

Browse files
committed
chore: update repository URL in package.json
1 parent 0498e4a commit 80bde84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ Compared to the previous approach, this method decouples the React Fast Refresh
9090

9191
## Example
9292

93-
- 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`.
94-
- 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)
93+
- For usage with `builtin:swc-loader`, you can refer to the example at [examples/react-refresh](https://github.com/rstackjs/rspack-examples/tree/main/rspack/react-refresh/rspack.config.js), When using with `swc-loader`, simply replace `builtin:swc-loader` with `swc-loader`.
94+
- For usage with `babel-loader`, you can refer to the example at [examples/react-refresh-babel-loader](https://github.com/rstackjs/rspack-examples/tree/main/rspack/react-refresh-babel-loader/rspack.config.js)
9595

9696
## Options
9797

@@ -192,7 +192,7 @@ It is most useful when multiple instances of React Refresh is running together s
192192

193193
Modify the behavior of the error overlay.
194194

195-
Checkout [OverlayOptions](https://github.com/rspack-contrib/rspack-plugin-react-refresh/blob/main/src/options.ts#L4) type signature for more details.
195+
Checkout [OverlayOptions](https://github.com/rstackjs/rspack-plugin-react-refresh/blob/main/src/options.ts#L4) type signature for more details.
196196

197197
- Enable the error overlay:
198198

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rspack/plugin-react-refresh",
33
"version": "1.5.3",
4-
"repository": "https://github.com/rspack-contrib/rspack-plugin-react-refresh",
4+
"repository": "https://github.com/rstackjs/rspack-plugin-react-refresh",
55
"license": "MIT",
66
"description": "React refresh plugin for Rspack",
77
"main": "exports/index.cjs",

0 commit comments

Comments
 (0)