Skip to content

Commit 4c3d903

Browse files
committed
more links in readme
1 parent a264c0d commit 4c3d903

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ Take a look at the [`examples`](https://github.com/webpack/webpack/tree/master/e
2727
* watch mode
2828
* SourceUrl and SourceMap support
2929
* plugin system, extend webpack or build a complete different compiler
30-
* interfaces
31-
* CLI with arguments
32-
* CLI with config file, arguments still possible
30+
* i. e. [component](https://github.com/webpack/component-webpack-plugin), [rewire](https://github.com/jhnns/rewire-webpack) and [more...](https://github.com/webpack/docs/wiki/webpack-plugins)
31+
* [interfaces](https://github.com/webpack/docs/wiki/webpack-usage)
32+
* CLI with [arguments](https://github.com/webpack/docs/wiki/webpack-detailed-usage)
33+
* CLI with [config file](https://github.com/webpack/docs/wiki/webpack-options), [arguments](https://github.com/webpack/docs/wiki/webpack-detailed-usage) are still possible
3334
* usable as library from node.js
34-
* usable as grunt plugin
35+
* usable as [grunt plugin](https://github.com/webpack/grunt-webpack)
3536
* browser replacements
3637
* comes with browser replacements for some node.js modules
3738
* see also
@@ -84,6 +85,12 @@ function loadTemplateAsync(name, callback) {
8485

8586

8687

88+
## Documentation
89+
90+
[documentation](https://github.com/webpack/docs/wiki)
91+
92+
93+
8794
## Tests
8895

8996
You can run the unit tests with `npm test`. [![build status](https://secure.travis-ci.org/webpack/webpack.png)](http://travis-ci.org/webpack/webpack)
@@ -129,5 +136,6 @@ MIT (http://www.opensource.org/licenses/mit-license.php)
129136
* [async](https://github.com/caolan/async)
130137
* [mkdirp](http://esprima.org/)
131138
* [clone](https://github.com/pvorb/node-clone)
139+
* [base64-encode](https://github.com/ForbesLindesay/base64-encode)
132140

133141
[![Dependency Status](https://david-dm.org/webpack/webpack.png)](https://david-dm.org/webpack/webpack)

0 commit comments

Comments
 (0)