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 35967c0 commit ccfcb28Copy full SHA for ccfcb28
packages/plugin-react/src/index.ts
@@ -126,7 +126,6 @@ export default function viteReact(opts: Options = {}): PluginOption[] {
126
| ((options: ReactBabelOptions, context: ReactBabelHookContext) => void)
127
| undefined
128
let staticBabelOptions: ReactBabelOptions | undefined
129
- let base: string | undefined
130
// Support patterns like:
131
// - import * as React from 'react';
132
// - import React from 'react';
0 commit comments