You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running against Ember 4.4 our CI was failing, because
ember-cli-babel incorrectly gets confused about which actual
ember-source is in use.
---
Without this change, the various ember-cli-babel processes were
identifying that [email protected] was in use and was therefore
transpiling all `@ember/***` module usage to `Ember` global usage. This
is "fine" for Ember 3.26, but under 3.27+ "real" modules exist and
globals rewriting is no longer needed.
0 commit comments