I've seen some node modules that allow compiling CommonJS/Node.js modules for the browser. Until now I've found:
I am currently using browserify and I noticed some overhead of 300? lines when compiling. Are there any noticeable differences between those tools that should make me switch? Or do you even now some better tools?