Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Prevent clobbering custom this.options.babel. #173

Merged
merged 2 commits into from
Mar 12, 2017

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Mar 12, 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).

rwjblue added 2 commits March 12, 2017 11:07
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).
@rwjblue rwjblue merged commit 8adb7ab into ember-cli:master Mar 12, 2017
@rwjblue rwjblue deleted the prevent-clobbering branch March 12, 2017 16:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant