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

added babel-plugin-ember-template-compilation #573

Conversation

candunaj
Copy link

@candunaj candunaj commented Mar 23, 2023

ember-auto-import is used for loading V2 addons. There is a bug, that babel-plugin-htmlbars-inline-precompile is always used. For newer versions of ember-source>=3.27.0 babel-plugin-ember-template-compilation should be used.

This PR can be the start of a discussion of how to solve it. If there is a suggestion on how to improve the solution, I would like to implement it.

@candunaj candunaj force-pushed the added-babel-plugin-ember-template-compilation branch from d28d476 to 72b5850 Compare March 23, 2023 14:12
@candunaj candunaj marked this pull request as ready for review March 24, 2023 00:11
@ef4
Copy link
Collaborator

ef4 commented Mar 24, 2023

Thanks this looks good. Please see lint failures in CI.

@ef4
Copy link
Collaborator

ef4 commented Apr 3, 2023

Thanks.

The ci failures for canary are unrelated and already fixed on main.

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