emberjs / ember-cli-babel

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

Avoid repeatedly checking the `ember-cli` version #377

Closed rwjblue closed 3 years ago

rwjblue commented 3 years ago

Since ember-cli is the process controlling the addon instantiation, we only need to ensure that we are using the correct version once (not once per ember-cli-babel instance).

Since ember-cli-babel is the single most commonly used addon, this non-trivially reduces the amount of overhead during the early part of a build.