Provide an option to disable vue-docgen-plugin with build-storybook #23628
AlanKnightly
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
The feature relative to a problem when running
yarn build-storybookbelow.I have no problem running
yarn storybookto set up a local server to preview the my components, but when it went toyarn build-storybook, it just fail and I can not deploy my stories.It did cost me 3 days to deal with this problem and I really think Im wasting my time. Because the vue component causing error have nothing to do with the stories files! None of my story ever import this
SlotColorLayer.vue, butbuild-storybookwith go through these files and stop me from building stories, I dont know why.And I cant find ANY infomation of disabling the behavior...
BTW, I try every valid syntax of writing vue props and always get the same ERROR MESSAGE. But others .vue file is ok when running
yarn build-storybook.Describe the solution you'd like
Provide an option to disable vue-docgen-plugin with build-storybook
Or limit the scope of files to process when running vue-docgen-api
Describe alternatives you've considered
No response
Are you able to assist to bring the feature to reality?
no
Additional context
relative host/packages infomation:
MacBook Pro 13.3 (22E252)
node v16.14.0
vscode Version: 1.80.0 (Universal)
vue: "^3.2.25",
vue-docgen-api@^4.40.0:
@storybook/vue3-vite@^7.0.0
Beta Was this translation helpful? Give feedback.
All reactions