-
Notifications
You must be signed in to change notification settings - Fork 11
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
Unexpected token error #5
Comments
huh, I wonder if it's a babel config thing |
most likely... I would've expected object spread or class properties to be the most likely issue, but they're in the list of parser plugins. |
I think this'll be closed be the recent PR merge #6 |
@jaredly any chance you could publish this update to npm? (Also thanks; I love the project) |
using "[email protected]" with binaries: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried running
stylecleaup check
on webapp, but babylon runs into some syntax it doesn't expect. Here's some of the output:I'll try adding some console.logs to get some more info.
The text was updated successfully, but these errors were encountered: