-
-
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
can't parse class attribute #230
Comments
fix with a standard {
"presets": [
"es2015",
"stage-0",
"react"
]
} |
#227 Fixes this issue; Pretty recent change to the project. I'm still getting a few slight errors from needing to update the stage in storybook-eol/storybook-ui#1 - need #241 to fully resolve, I think. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There might be something weird with some
.babelrc
butcan't be parsed when using storybook. This raises
Unexpected token
on the=
apparently.I'm on a meteor project with no custom
.babelrc
The text was updated successfully, but these errors were encountered: