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

Prevent clobbering custom this.options.babel #190

Merged
merged 1 commit into from Apr 21, 2017
Merged

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Apr 21, 2017

Setting this.options inside of included to the options from lib/broccoli/ember-app means that we will attempt to transpile with the options.babel that the host app / addon is using. Which, as of, 2.13+ that will be babel@6 and therefore incompatible options with ember-cli-babel@5 (which this addon uses).

Resolves #182

Setting `this.options` inside of `included` to the options from
`lib/broccoli/ember-app` means that we will attempt to transpile
with the `options.babel` that the host app / addon is using.
Which, as of, 2.13+ that will be babel@6 and therefore incompatible
options with ember-cli-babel@5 (which this addon uses).
Copy link
Member

@Turbo87 Turbo87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice work @rwjblue! verified that this indeed fixes the issue.

@Turbo87
Copy link
Member

Turbo87 commented Apr 21, 2017

Travis agrees, merging! :)

@Turbo87 Turbo87 merged commit 2a2bc51 into master Apr 21, 2017
@Turbo87 Turbo87 deleted the rwjblue-patch-1 branch April 21, 2017 22:01
@Turbo87 Turbo87 added the bug label Apr 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants