Closed ef4 closed 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.
this
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.