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.
esbuild.logOverride['this-is-undefined-in-esm']
1 parent e26bb67 commit ef10925Copy full SHA for ef10925
packages/plugin-react/src/index.ts
@@ -116,9 +116,6 @@ export default function viteReact(opts: Options = {}): PluginOption[] {
116
if (opts.jsxRuntime === 'classic') {
117
return {
118
esbuild: {
119
- logOverride: {
120
- 'this-is-undefined-in-esm': 'silent',
121
- },
122
jsx: 'transform',
123
jsxImportSource: opts.jsxImportSource,
124
},
0 commit comments