3 comments

[ 2.7 ms ] story [ 21.8 ms ] thread
What are the advantages of this library over browserify + browserify-middleware ?
It's faster and can live compile on reload which means you don't need to wait for any compilation step after save.
Does it have an api like browserify? I like the fact that you can have your browserify bundles built by your app dynamically (and cached/invalidated if the deps change), which totally eliminates the need for a "build" step.