-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Description
Is your feature request related to a problem? Please describe
We are building storybook in our CI pipeline in order to have a place that we can check how our standalone components look like. However, we already build a bundle for our application with the webpack before the storybook. I couldn't find an option where I can pass the bundle to the storybook.
To simply describe, I'd like to bypass webpack build step of the storybook and I'd like to pass the current bundle in order to increase our pipeline's efficiency.
Describe the solution you'd like
I'd like to pass pre-built bundle to the storybook and I'd like to bypass storybook's webpack build.
Describe alternatives you've considered
I've checked the current documentation and couldn't find a proper way to achieve this. I've also tried to filter issues by the keyword bundle and webpack but I couldn't find something helpful.
Are you able to assist to bring the feature to reality?
Yes, I'd love to
Additional context
Please let me know if this is possible, or please let me know if that's not possible and I'm mistaken horribly 😄