haxe-modular icon indicating copy to clipboard operation
haxe-modular copied to clipboard

Haxe-JS code splitting, NPM dependencies bundling, hot-reload

Results 14 haxe-modular issues
Sort by recently updated
recently updated
newest added

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...

help wanted
question

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...

help wanted
question

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...