chore(storybook): remove prompt for bundler (#13551)
This commit is contained in:
parent
0db1b483aa
commit
eda03e5044
@ -196,9 +196,7 @@
|
|||||||
},
|
},
|
||||||
"bundler": {
|
"bundler": {
|
||||||
"description": "The Storybook builder to use.",
|
"description": "The Storybook builder to use.",
|
||||||
"enum": ["vite", "webpack"],
|
"enum": ["vite", "webpack"]
|
||||||
"x-prompt": "Which Storybook builder do you want to use?",
|
|
||||||
"default": "webpack"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["name"],
|
"required": ["name"],
|
||||||
|
|||||||
@ -67,9 +67,7 @@
|
|||||||
},
|
},
|
||||||
"bundler": {
|
"bundler": {
|
||||||
"description": "The Storybook builder to use.",
|
"description": "The Storybook builder to use.",
|
||||||
"enum": ["vite", "webpack"],
|
"enum": ["vite", "webpack"]
|
||||||
"x-prompt": "Which Storybook builder do you want to use?",
|
|
||||||
"default": "webpack"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["name"],
|
"required": ["name"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user