emberjs / ember-inspector

Adds an Ember tab to the browser's Developer Tools that allows you to inspect Ember objects in your application.
MIT License
966 stars 286 forks source link

broccoli-babel-transpiler 7.x #995

Open RobbieTheWagner opened 5 years ago

RobbieTheWagner commented 5 years ago

We currently are getting some errors when updating broccoli-babel-transpiler to 7.x. The error message is pretty informative, indicating we need to convert our usage of resolveModuleSource here to resolvePath, but I have not found any good examples of what exactly how to accomplish that.

rwjblue commented 5 years ago

Checkout https://github.com/emberjs/ember.js/commit/ff9673f07a1ac61621be3fdb982379ec2e357848

RobbieTheWagner commented 5 years ago

@rwjblue I attempted that in #998 and it doesn't seem to work. It breaks imports

Error: Could not find module `ember-debug/utils/on-ready` imported from `(require)`

It may also break other things, but I am not sure until imports work. Any ideas?

RobbieTheWagner commented 5 years ago

@rwjblue any ideas to fix that issue?