ember-inspector icon indicating copy to clipboard operation
ember-inspector copied to clipboard

broccoli-babel-transpiler 7.x

Open RobbieTheWagner opened this issue 6 years ago • 3 comments

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.

RobbieTheWagner avatar Jun 25 '19 14:06 RobbieTheWagner

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

rwjblue avatar Jul 12 '19 01:07 rwjblue

@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 avatar Jul 12 '19 02:07 RobbieTheWagner

@rwjblue any ideas to fix that issue?

RobbieTheWagner avatar Aug 09 '19 19:08 RobbieTheWagner