8785 Forks
63244 Stars
63244 Watchers

webpack

A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

How to download and setup webpack

Open terminal and run command
git clone https://github.com/webpack/webpack.git
git clone is used to create a copy or clone of webpack repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with webpack https://github.com/webpack/webpack/archive/master.zip

Or simply clone webpack with SSH
[email protected]:webpack/webpack.git

If you have some problems with webpack

You may open issue on webpack support forum (system) here: https://github.com/webpack/webpack/issues