Skip to content

Commit ccfcb28

Browse files
committed
chore: fix merge error
1 parent 35967c0 commit ccfcb28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/plugin-react/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ export default function viteReact(opts: Options = {}): PluginOption[] {
126126
| ((options: ReactBabelOptions, context: ReactBabelHookContext) => void)
127127
| undefined
128128
let staticBabelOptions: ReactBabelOptions | undefined
129-
let base: string | undefined
130129
// Support patterns like:
131130
// - import * as React from 'react';
132131
// - import React from 'react';

0 commit comments

Comments
 (0)