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 22
33## Unreleased
44
5+ ### Fix ` reactRefreshHost ` option on rolldown-vite ([ #716 ] ( https://github.com/vitejs/vite-plugin-react/pull/716 ) )
6+
57### Fix ` RefreshRuntime ` being injected twice for class components on rolldown-vite ([ #708 ] ( https://github.com/vitejs/vite-plugin-react/pull/708 ) )
68
79### 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[] {
369369 avoidSourceMapOption ,
370370 '@vitejs/plugin-react' ,
371371 id ,
372+ opts . reactRefreshHost ,
372373 )
373374 return { code : newCode , map : null }
374375 } ,
You can’t perform that action at this time.
0 commit comments