Blazing fast, zero configuration web application bundler
Software reviewed and mentioned in the article
-
Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
-
Browserify lets you require('modules') in the browser by bundling up all of your dependencies.