mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
React: Switch to react-docgen as the default config
This commit is contained in:
parent
267a01e18a
commit
688dc438d9
@ -5,7 +5,7 @@ type Docgen = 'react-docgen' | 'react-docgen-typescript';
|
||||
interface TypescriptOptions {
|
||||
typescriptOptions?: { docgen?: Docgen };
|
||||
}
|
||||
const DEFAULT_DOCGEN = 'react-docgen-typescript';
|
||||
const DEFAULT_DOCGEN = 'react-docgen';
|
||||
|
||||
export function babel(
|
||||
config: TransformOptions,
|
||||
|
Loading…
x
Reference in New Issue
Block a user