Open Swizec opened 7 years ago
Whatever it takes to write some documentation that makes sense out of that... ¯_(ツ)_/¯
@Rodrigoplp FYI, there's a new documentation effort going on.
It is looking good, @bebraw. I hadn't seen that. Then Webpack is poised to be the standard the javascript community needs so much. It is humbling how you manage to give us this for free.
Webpack Open Collective
We are webpack
webpack is THE build solution for modern web applications.
The 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 deployment target running javascript. (node, electron, atom, web, web worker).
Webpack bundles both ES6, CommonJS, and AMD modules (even combined). In addition to code-splitting, webpack can create a single bundle or multiple chunks that are asynchronously loaded at runtime (to reduce initial loading time). Dependencies are resolved during compilation reducing the runtime size.
Loaders can preprocess files while compiling, e.g. coffeescript to JavaScript, handlebars strings to compiled functions, images to Base64, etc. webpack makes no assumption about your workflow, framework of choice, or development environment, and because of that, we are in the top 1% most used packages on npm!!!
Webpack has a highly modular and configurable plugin system that lets you do whatever else your application requires.