File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ### Fix ` reactRefreshHost ` option on rolldown-vite ([ #716 ] ( https://github.com/vitejs/vite-plugin-react/pull/716 ) )
6
+
5
7
### Fix ` RefreshRuntime ` being injected twice for class components on rolldown-vite ([ #708 ] ( https://github.com/vitejs/vite-plugin-react/pull/708 ) )
6
8
7
9
### Skip ` babel-plugin-react-compiler ` on non client environment ([ 689] ( https://github.com/vitejs/vite-plugin-react/pull/689 ) )
Original file line number Diff line number Diff line change @@ -369,6 +369,7 @@ export default function viteReact(opts: Options = {}): Plugin[] {
369
369
avoidSourceMapOption ,
370
370
'@vitejs/plugin-react' ,
371
371
id ,
372
+ opts . reactRefreshHost ,
372
373
)
373
374
return { code : newCode , map : null }
374
375
} ,
You can’t perform that action at this time.
0 commit comments