elsassph / haxe-modular

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

Minification flags #80

Closed elsassph closed 6 years ago

elsassph commented 6 years ago

More consistent control of minification libraries with a hidden flag (e.g. uglifyjs_slavemode), so the libraries' normal disabling flag (uglifyjs_disabled) will work as expected.

Depends on both libraries accepting the flag PR.