mirror of https://github.com/webpack/webpack.git
Fix for #2176. Replaced documentation link for CommonJS Docs page with Wiki Link
This commit is contained in:
parent
13f8b690f0
commit
c5e4f55c82
|
|
@ -27,7 +27,7 @@ or packaging just about any resource or asset.
|
|||
|
||||
**TL; DR**
|
||||
|
||||
* Bundles both [CommonJs](http://www.commonjs.org/specs/modules/1.0/) and [AMD](https://github.com/amdjs/amdjs-api/wiki/AMD) modules (even combined).
|
||||
* Bundles both [CommonJs](http://wiki.commonjs.org/) and [AMD](https://github.com/amdjs/amdjs-api/wiki/AMD) modules (even combined).
|
||||
* 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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue