#Separate component/application build

4 messages · Page 1 of 1 (latest)

storm fog
toxic crypt
#

Can you add a reproduction or a file tree view of where your application lives vis-a-vis the sb webpack config?What error are you getting? I can't entirely follow although I've experimented with all the new builders

storm fog
# toxic crypt Can you add a reproduction or a file tree view of where your application lives v...

@toxic crypt : it's a private application, but my main concern is we use webpack for our own components (with webpack config1 for example) and to build storybook (with the default webpack config) which are merged into one webpack config as described here: https://storybook.js.org/docs/react/builders/webpack#override-the-default-configuration

My concern is I don't have any control over the provided default Storybook webpack configuration which can have side effects on my own webpack build when the two configurations are merged.

Is there a best practive for this?

Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and documentation. It’s open source and free.

woeful gust
#

hey @storm fog, I just wanted to follow up here! wondering if you were able to find a solution?