Skip to content

Commit

Permalink
chore: remove esbuild.logOverride['this-is-undefined-in-esm'] (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Mar 30, 2023
1 parent e26bb67 commit ef10925
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/plugin-react/src/index.ts
Expand Up @@ -116,9 +116,6 @@ export default function viteReact(opts: Options = {}): PluginOption[] {
if (opts.jsxRuntime === 'classic') {
return {
esbuild: {
logOverride: {
'this-is-undefined-in-esm': 'silent',
},
jsx: 'transform',
jsxImportSource: opts.jsxImportSource,
},
Expand Down

0 comments on commit ef10925

Please sign in to comment.