Skip to content

Commit 16e4ecd

Browse files
hi-ogawaclaude
andcommitted
docs: update CHANGELOG for tsconfig jsxImportSource fix
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent e53f1f1 commit 16e4ecd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/plugin-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Fix: Respect tsconfig `jsxImportSource` by default ([#726](https://github.com/vitejs/vite-plugin-react/pull/726))
6+
7+
The plugin now respects the `jsxImportSource` option from tsconfig by default, instead of always overriding it. This allows users to configure custom JSX runtimes (like `@emotion/react`) in their tsconfig without needing to duplicate the configuration in the Vite plugin options.
8+
59
### Fix `reactRefreshHost` option on rolldown-vite ([#716](https://github.com/vitejs/vite-plugin-react/pull/716))
610

711
### Fix `RefreshRuntime` being injected twice for class components on rolldown-vite ([#708](https://github.com/vitejs/vite-plugin-react/pull/708))

0 commit comments

Comments
 (0)