File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 88
99React refresh plugin for [ Rspack] ( https://github.com/web-infra-dev/rspack ) .
1010
11+ ## Versions
12+
13+ - ` 2.x ` : For Rspack v2.
14+ - ` 1.x ` : For Rspack v1, see [ v1.x - README] ( https://github.com/rstackjs/rspack-dev-server/tree/v1.x#rspackdev-server ) for usage guide.
15+
1116## Installation
1217
1318First you need to install this plugin and its dependencies:
Original file line number Diff line number Diff line change 4444 "typescript" : " ^6.0.2"
4545 },
4646 "peerDependencies" : {
47+ "@rspack/core" : " ^2.0.0-0" ,
4748 "react-refresh" : " >=0.10.0 <1.0.0"
4849 },
50+ "peerDependenciesMeta" : {
51+ "@rspack/core" : {
52+ "optional" : true
53+ }
54+ },
4955 "packageManager" : " pnpm@10.33.0" ,
5056 "publishConfig" : {
5157 "access" : " public" ,
You can’t perform that action at this time.
0 commit comments