Skip to content
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

Move ember-cli-babel to a devDependency. #124

Merged
merged 1 commit into from
Apr 22, 2017

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Apr 22, 2017

This addon does not leverage addon or addon-test-support trees, and therefore doesn't need to have ember-cli-babel as a runtime dep when included in other applications.

ember-cli-babel here is only used for the internal testing dummy app...

This addon does not leverage `addon` or `addon-test-support` trees,
and therefore doesn't need to have `ember-cli-babel` as a runtime
dep when included in other applications.

`ember-cli-babel` here is only used for the internal testing dummy
app...
@rwjblue rwjblue requested a review from kategengler April 22, 2017 12:57
@kategengler
Copy link
Member

Makes sense to me. I think I moved it to dependencies originally because it told me too when running tests against the dummy app :)

@rwjblue
Copy link
Member Author

rwjblue commented Apr 22, 2017

This came up because I'm trying to get a default [email protected] app to ship without requiring both babel@6 and babel@5. So I've been updating addons to babel@6 that we ship by default, in this case I just didn't think it mattered because I don't think it is being used...

@rwjblue
Copy link
Member Author

rwjblue commented Apr 22, 2017

Confirmed locally (linked into an app), no warnings or deprecations are triggered.

@rwjblue rwjblue merged commit bbd81ee into ember-cli:master Apr 22, 2017
@rwjblue rwjblue deleted the make-ember-cli-babel-devDep branch April 22, 2017 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants