-
-
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
build-storybook fails with 'Cannot set property inList' under Babel 7.6 #8743
Comments
The problem is actually in the |
I'm getting this same issue, on @storybook/angular 5.3.0-alpha.40. I haven't check our React or HTML SBs yet.
|
Please try this workaround from @aaronbarker: #8744 (comment) |
Thank you @shilman! |
I think y'all mean 7.7, no? |
doesnt seem to work when npm i -D @babel/[email protected]. :( |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Describe the bug
Trying to run
build-storybook
under webpack 4.41 and babel 7.6 fails with the following:To Reproduce
Steps to reproduce the behavior:
Make sure you have a clean local install, run `build-storybook
Expected behavior
Build should pass
Additional context
This exact build has worked fine up until approximately yesterday. The only major external change I have seen in that period is Babel releasing version 7.6, but it is difficult to find if this is failing due to that alone.
The text was updated successfully, but these errors were encountered: