-
Notifications
You must be signed in to change notification settings - Fork 14
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
Upgrade to Babel 7 #5
Comments
I found this issue because I was not able to make jest work with babel 7 and storybook I thought I would be blocked until this issue was fixed but I was wrong, this plugin already works with babel 7 and my mistake was I was using a So I wrote a module.exports = {
<content of my .babelrc file>
} ...and deleted the I also:
And it works! |
Someone ported this to a macro that is compatible with babel 7. This allowed me to upgrade my Storybook to v4! |
any progress on this one? |
The dependencies are v6. Support to the latest major version https://babeljs.io/blog/2018/08/27/7.0.0
The text was updated successfully, but these errors were encountered: