-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
How to transpile index.js
with broccoli-babel-transpiler
#121
Comments
I'm surprised, i think Im not sure how to do this in babel 6, and in babel 5 it "just works" |
Some details in rwjblue/ember-twiddle@3fc82f0 |
@stefanpenner you were right, the syntax just works with babel 5. The problem was that I was using
It works when using @rwjblue example.
Thanks to both of you for the help. |
@ppcano :) Maybe the options you are providing to babel should be an example in the broccoli-babel-transpiler readme. Seems like a very common combination. |
I am importing
ember-resolver
in a non ember-cli project.But I had some problems with the index.js which is using syntax-export-extensions to make it work with the broccoli-babel-transpiler.
May anybody point me in the direction on how to transpile this syntax with the
broccoli-babel-transpiler
project, I reviewed theember-cli
code but I could not find any information.The text was updated successfully, but these errors were encountered: