Skip to content

Commit ef10925

Browse files
authored
chore: remove esbuild.logOverride['this-is-undefined-in-esm'] (#134)
1 parent e26bb67 commit ef10925

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/plugin-react/src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ export default function viteReact(opts: Options = {}): PluginOption[] {
116116
if (opts.jsxRuntime === 'classic') {
117117
return {
118118
esbuild: {
119-
logOverride: {
120-
'this-is-undefined-in-esm': 'silent',
121-
},
122119
jsx: 'transform',
123120
jsxImportSource: opts.jsxImportSource,
124121
},

0 commit comments

Comments
 (0)