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

Optimize ember-cli-babel handling #1035

Merged
merged 2 commits into from
Dec 7, 2021
Merged

Optimize ember-cli-babel handling #1035

merged 2 commits into from
Dec 7, 2021

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Dec 3, 2021

The ember-cli-babel addon introduces a large amount of useless work into builds. This compat adapter avoids a chunk of that work by making it clear to embroider that no runtime code is supposed to get emitted from it at all.

The ember-cli-babel addon introduces a large amount of useless work into builds. This compat adapter avoids a chunk of that work by making it clear to embroider that no runtime code is supposed to get emitted from it at all.
@NullVoxPopuli
Copy link
Collaborator

Excited for this!

@ef4 ef4 merged commit 840f043 into master Dec 7, 2021
@ef4 ef4 deleted the optimize-ember-cli-babel branch December 7, 2021 02:05
@rwjblue rwjblue added the bug Something isn't working label Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants