embroider-build / ember-auto-import

Zero config import from npm packages
Other
360 stars 109 forks source link

Fixing broccoli-debug #637

Closed ef4 closed 2 months ago

ef4 commented 2 months ago

If you try to enable broccoli-debug these actually crash, because buildDebugCallback is really a static method that needs the correct this. This used to work, but something about the CJS-interop implementation changed at some point.