ember-cli / ember-compatibility-helpers

Helpers that allow you to write backwards compat Ember addons
MIT License
24 stars 20 forks source link

Errors out with babel 6 #44

Open igorT opened 4 years ago

igorT commented 4 years ago

If you run this in a repo that has ember-cli-babel 6, you will get a random looking error Build failed. Build Error (broccoli-persistent-filter:Babel > [Babel: @ember/test-helpers]) in monkey-patches.js

Cannot find module '@babel/helper-call-delegate' Require stack:

Build failed. Build Error (broccoli-persistent-filter:Babel > [Babel: @ember/test-helpers]) in monkey-patches.js

Cannot find module '@babel/helper-call-delegate' Require stack:

It would be nice to error out with a nicer error message.

rwjblue commented 4 years ago

Ya, we can definitely make a better error message.