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.
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,
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
There is a benchmark proving that. With cache enabled, it's actually going way beyond that.
https://github.com/fuse-box/angular2-example
Try using webpack on this project. And compare to fuse-box. You will get a convincing result.