Are there any tools that can compile modules written with CommonJS/Node-like modules (require, exports, etc.) into a single .js file to be served to a browser?
Are there any tools that can compile modules written with CommonJS/Node-like modules ( require
Share
Sounds like you’re looking for Browserify:
https://github.com/substack/node-browserify