elsassph / haxe-modular

Haxe-JS code splitting, NPM dependencies bundling, hot-reload
116 stars 14 forks source link

Silent or Quiet? #105

Closed hoseyjoe closed 4 years ago

hoseyjoe commented 4 years ago

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

hoseyjoe commented 4 years ago

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.