Hello, anyone? https://github.com/storybookjs/storybook/discussions/22914
#Separate component/application build
4 messages · Page 1 of 1 (latest)
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
@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?
hey @storm fog, I just wanted to follow up here! wondering if you were able to find a solution?