-
Notifications
You must be signed in to change notification settings - Fork 755
ES6 not compiling #278
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
Comments
Did you try without |
the |
… ruby-babel-transpiler - Make new BabelTransformer the default transformer - README changes to reflect new Babel Transformer - Added deprecation warning for usage of old transformer options - Move old transformer to JSXTransformer - Fixed component generator test after changes to new transformer Fixes reactjs#292, reactjs#278
I was trying to use computed property names and it seems to be supported, but despite setting the harmony flag to true I get Is there anything else to do aside from setting this in
|
These will go away with #295 |
Try |
I'm trying to use ES6 features in this react component:
but I keep getting this error no matter what i do:
I'm using react-rails along with browserify-rails.
In my
config/application.rb
I put:I don't know what to try next...any suggestion/idea?
The text was updated successfully, but these errors were encountered: