We have a large project and the amount of modular output is, in part, overflowing the haxe process (we used haxe to create a build script using hashlink). Removing the emits would help
Turns out it was a combination of deprecated and modular notifications. Removing the deprecated warnings allowed the haxe process to finish. This is no longer needed.
We have a large project and the amount of modular output is, in part, overflowing the haxe process (we used haxe to create a build script using hashlink). Removing the emits would help