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

Ensure templates are precompiled properly on ember-cli < 2.12. #297

Merged
merged 1 commit into from
Jan 2, 2018

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jan 1, 2018

When this.options is not set on the addon instance, ember-cli-htmlbars-inline-precompile will not install the babel plugin on the correct babel instance. This fixes that issue for older ember-cli versions by always ensuring that this.options is defined.

When `this.options` is not set on the addon instance,
ember-cli-htmlbars-inline-precompile will **not** install the babel
plugin on the correct babel instance. This fixes that issue for older
ember-cli versions by _always_ ensuring that `this.options` is defined.
@rwjblue
Copy link
Member Author

rwjblue commented Jan 1, 2018

/cc @bendemboski

@rwjblue rwjblue merged commit 894d769 into emberjs:master Jan 2, 2018
@rwjblue rwjblue deleted the define-options branch January 2, 2018 15:19
@rwjblue rwjblue added the bug label Jan 2, 2018
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.

1 participant