haxe-modular
haxe-modular copied to clipboard
Haxe-JS code splitting, NPM dependencies bundling, hot-reload
I've been asked about splitting some dependencies that change rarely, like OpenFL for instance. This is a good idea in principle - such JS could be cached agressively so users...
There is no haxe starter kit listed here, there are entries from Go, Typescript, Coffee etc... http://andrewhfarmer.com/starter-project/ Ideally it would include redux, electron, react-routing... ? These two kits look interesting...
I tried modular for a very simple code splitting setup. Pure haxe and I just want one class splitted into a separate file. Worked nicely with`Bundle.load`. But when I compile...
We were using a Windows CI that had a temp directory about 70 characters long. Our folder src paths were long.. The final output was long. We were over 250...