embroider-build / ember-auto-import

Zero config import from npm packages
Other
360 stars 109 forks source link

Add babel/core to app templates #542

Closed ef4 closed 2 years ago

ef4 commented 2 years ago

Newer versions of ember-source use peerDependencies. But because they also depend on a babel plugin with an unsatisfied peerDep on @babel/core, scenario-tester and fixturify-project have no way of knowing that babel/core is needed at the top-level.

This works around the problem by having babel/core in the test apps.