ember-inspector
ember-inspector copied to clipboard
broccoli-babel-transpiler 7.x
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.
Checkout https://github.com/emberjs/ember.js/commit/ff9673f07a1ac61621be3fdb982379ec2e357848
@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?
@rwjblue any ideas to fix that issue?