emberjs / ember-cli-babel

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

Unable to satisfy placement constraints for @babel/plugin-proposal-decorators #312

Open rwjblue opened 4 years ago

rwjblue commented 4 years ago

After landing #311 and releasing in 7.13.1 a newly generated project receives the following error:

Unable to satisfy placement constraints for Babel plugin @babel/plugin-proposal-decorators

Steps to reproduce:

ember new foo
cd foo
yarn add -D ember-cli-babel@7.13.1 # version with the issue
ember build
rwjblue commented 4 years ago

As a temporary work around, I've reverted the changes in #311 and essentially republished 7.13.0 as 7.13.2 while we figure out the right course of action.

Once we've figured out what is going on we should bring those changes back.