-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storybook's default webpack config is broken #920
Comments
I've come across stuff like this on my own lerna project, where I want to use some of my packages in the project itself, like eslint and babel configs. Having to If you set Have you asked on lernajs.slack.com @shilman, the community there are pretty good? |
This error is due to problems with Storybook's default config. When I created a We should fix Problems:
|
Is this fixed ? |
Yes, It's solved in #922 |
I wanted to test #918, so I ran the following in the monorepo:
I got the following error:
I want to figure this out, and also document the setup instructions so that it's easy for reviewers to test changes in the monorepo.
The text was updated successfully, but these errors were encountered: