emberjs / ember-cli-babel

Ember CLI plugin for Babel
MIT License
153 stars 119 forks source link

Remove workaround for `@babel/helper-compilation-functions` bug that was fixed upstream #450

Closed HeroicEric closed 1 year ago

HeroicEric commented 2 years ago

This removes a workaround that was added for a bug in babel-helper-compilation-targets that was fixed upstream and is included in the version that is required by this addon.

The bugfix in babel-helpers-compilation-targets was included in v7.10.2

ember-cli-babel began requiring a version of babel-helpers-compilation-targets that includes the bugfix since v7.21.0