We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c2324 commit 4a2e229Copy full SHA for 4a2e229
packages/plugin-react/src/index.ts
@@ -163,7 +163,7 @@ export default function viteReact(opts: Options = {}): Plugin[] {
163
jsxRefreshExclude: makeIdFiltersToMatchWithQuery(exclude),
164
},
165
optimizeDeps: {
166
- rollupOptions: { transform: { jsx: { runtime: 'automatic' } } },
+ rolldownOptions: { transform: { jsx: { runtime: 'automatic' } } },
167
168
}
169
0 commit comments