Echo JS 0.11.0

<~>

nchanged comments

nchanged 2629 days ago. link 3 points
1) We support HMR
2) We have different approaches.You can split your code as much as you like, creating bundles using arithmetic instructions http://fuse-box.org/#arithmetic-instructions

3) WebPack tree-sharking works poorly. We are working on a universal solution that will support CommonJS tree-shaking.
nchanged 2667 days ago. link 1 point
Sorry to hear that, we work hard every day to make FuseBox  better
nchanged 2682 days ago. link 1 point
1) Fusebox is not just a bundler it's a loader with a pretty comprehensive API, which WebPack does not offer.

2) FuseBox supports typescript out of the box. It compiles and bundles it in a matter of milliseconds

3) Unlike WebPack, FuseBox does not modify and regenerate the source code. That's a performance boost.

There is so much more,
nchanged 2683 days ago. link 1 point
I understand that. It could be more concise. The thing is I  don't have a website yet. But I have put it somewhere. 

dev-server is not there yet. But it will be supported in the very near future
nchanged 2685 days ago. link 1 point
Thanks for your response. You can check examples if you wish.
It really does what it says.
nchanged 2686 days ago. link 2 points
Yes! I am planning to add a task runner, and "hot module reload" is definitely on my list.