-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add Babel 6 compatibility #86
Conversation
/cc @rwjblue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but I also don't know so much about Babel transforms actually.
"test:node": "mocha node-tests", | ||
"test:strip": "STRIP_TEST_SELECTORS=true ember test" | ||
}, | ||
"dependencies": { | ||
"ember-cli-babel": "^5.1.7" | ||
"ember-cli-babel": "^5.1.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably bump to ^6.0.0-beta.9 so that the addons own files are compiled with babel 6. That can definitely be done separately though...
Resolves #77