-
Notifications
You must be signed in to change notification settings - Fork 44
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
compatibility with babel 5 #13
Comments
Hey @carakan, thanks for filing an issue! I'm going to investigate why I'm having trouble reproducing the bug locally with ember-cli-babel v5.2.4. What version of babel 5 are you using? |
thank you for your response @kybishop, not sure if there is the error or is an error on ember upgrade, because we upgraded from 2.6 to 2.10. |
I'm up in the mountains until Thursday, but will see if I can reproduce with a plain ember 2.10 app once back to the real world 😉. If you're able to isolate the cause before then, let me know! I'd like to hold off on accepting the PR until we know the cause, just to make sure it is not from a non-standard configuration vs an actual bug |
Sorry I let this hang! I have reproduced the bug and discovered another in the process. Working on a fix now. |
I'm working on a project with ember 2.10 that have a dependency with ember-cli-babel 5.x, right now in development has running fine, but the test is totally broken:
is possible to add compatibility for babel 5?
The text was updated successfully, but these errors were encountered: