Echo JS 0.11.0

<~>
eskimoblood 2654 days ago. link parent 1 point
The question was not about a prove but explaining how it was  done, why is webpack slow, what does this project does right.

Replies

nchanged 2654 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,