← Back to index

webpack module bundler

Created: 2015-09-12 19:41  |  Source: http://webpack.github.io/

webpack module bundler
http://webpack.github.io/
webpack is a module bundler. It packs CommonJs/AMD modules i. e. for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand.