Fix for #2176. Replaced documentation link for CommonJS Docs page with Wiki Link

This commit is contained in:
Larkin Family 2016-03-12 22:29:56 -06:00
parent 13f8b690f0
commit c5e4f55c82
1 changed files with 1 additions and 1 deletions

View File

@ -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.