Added note about chat to README, fixes some missing stats in examples

This commit is contained in:
Tobias Koppers 2013-12-15 23:30:25 +01:00
parent 16ebdb5819
commit 9c52b0868b
4 changed files with 20 additions and 2 deletions

View File

@ -121,7 +121,7 @@ It would be nice if you open source your own loaders or webmodules. :)
You are also welcome to correct any spelling mistakes or any language issues, because my english is not perfect...
If you want to discus something or just need help, [here is a gitter.im room](https://gitter.im/webpack/webpack).
## License

View File

@ -44,4 +44,10 @@ Prints in node.js (`enhanced-require example.js`) and in browser:
```
{{stdout}}
```
```
## Minimized (uglify-js, no zip)
```
{{min:stdout}}
```

View File

@ -42,3 +42,9 @@
```
{{stdout}}
```
## Minimized (uglify-js, no zip)
```
{{min:stdout}}
```

View File

@ -30,3 +30,9 @@
```
{{stdout}}
```
## Minimized (uglify-js, no zip)
```
{{min:stdout}}
```