mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
feat: imp Builder type
This commit is contained in:
parent
424bd38c92
commit
c053a99451
@ -91,7 +91,7 @@ export enum CoreBuilder {
|
||||
Webpack5 = 'webpack5',
|
||||
}
|
||||
|
||||
export type Builder = CoreBuilder | string;
|
||||
export type Builder = CoreBuilder | (string | {});
|
||||
|
||||
export enum SupportedLanguage {
|
||||
JAVASCRIPT = 'javascript',
|
||||
|
Loading…
x
Reference in New Issue
Block a user