-
-
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
Migrate to babel@7.0.0-beta #3335
Comments
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! |
It seems this is needed for CRA and getstorybook integration when react-scripts@2.0 is ready (referenced in facebook/create-react-app#3815). Currently, we run into incompatible versions for babel since react-scripts@2.0 is on Babel 7 and Storybook is on Babel 6. |
You may try just adding your own babel-loader@8 in your custom webpack config (at least that worked for my own app) |
Ok looks like we can't do that. Actually we must declare all the peer dependencies of the server-side packages we use as our own. Imagine the following situation: — We depend on webpack's |
Work summary
loadPartialConfig
for custom babel configs resolution. Should fix Support for.babelrc.js
#2582 Cannot find relative presets defined in.babelrc
#2771 Storybook does not process .babelrc extends correctly #2610 babel config in package.json #754 Babelrc resolving to wrong location #2635 Disable loading custom .babelrc #2758Who to contact
Me
The text was updated successfully, but these errors were encountered: