|
1 |
| -# compression plugin for webpack |
| 1 | +[![npm][npm]][npm-url] |
| 2 | +[![deps][deps]][deps-url] |
| 3 | +[![chat][chat]][chat-url] |
2 | 4 |
|
3 |
| -## Usage |
| 5 | +<div align="center"> |
| 6 | + <!-- replace with accurate logo e.g from https://worldvectorlogo.com/ --> |
| 7 | + <a href="https://github.com/webpack/webpack"> |
| 8 | + <img width="200" height="200" vspace="" hspace="25" |
| 9 | + src="https://cdn.rawgit.com/webpack/media/e7485eb2/logo/icon.svg"> |
| 10 | + </a> |
| 11 | + <h1>Compression Plugin</h1> |
| 12 | + <p>Compression plugin for Webpack.<p> |
| 13 | +</div> |
| 14 | + |
| 15 | +<h2 align="center">Install</h2> |
| 16 | + |
| 17 | +```bash |
| 18 | +npm i -D compression-webpack-plugin |
| 19 | +``` |
| 20 | + |
| 21 | +<h2 align="center">Usage</h2> |
4 | 22 |
|
5 | 23 | ``` javascript
|
6 | 24 | var CompressionPlugin = require("compression-webpack-plugin");
|
@@ -33,6 +51,45 @@ Option Arguments for Zopfli (see [node-zopfli](https://github.com/pierreingleber
|
33 | 51 | * blocksplittinglast: Default: false,
|
34 | 52 | * blocksplittingmax: Default: 15
|
35 | 53 |
|
36 |
| -## License |
| 54 | +<h2 align="center">Maintainers</h2> |
| 55 | + |
| 56 | +<table> |
| 57 | + <tbody> |
| 58 | + <tr> |
| 59 | + <td align="center"> |
| 60 | + <img width="150" height="150" |
| 61 | + src="https://avatars3.githubusercontent.com/u/166921?v=3&s=150"> |
| 62 | + </br> |
| 63 | + <a href="https://github.com/bebraw">Juho Vepsäläinen</a> |
| 64 | + </td> |
| 65 | + <td align="center"> |
| 66 | + <img width="150" height="150" |
| 67 | + src="https://avatars2.githubusercontent.com/u/8420490?v=3&s=150"> |
| 68 | + </br> |
| 69 | + <a href="https://github.com/d3viant0ne">Joshua Wiens</a> |
| 70 | + </td> |
| 71 | + <td align="center"> |
| 72 | + <img width="150" height="150" |
| 73 | + src="https://avatars3.githubusercontent.com/u/533616?v=3&s=150"> |
| 74 | + </br> |
| 75 | + <a href="https://github.com/SpaceK33z">Kees Kluskens</a> |
| 76 | + </td> |
| 77 | + <td align="center"> |
| 78 | + <img width="150" height="150" |
| 79 | + src="https://avatars3.githubusercontent.com/u/3408176?v=3&s=150"> |
| 80 | + </br> |
| 81 | + <a href="https://github.com/TheLarkInn">Sean Larkin</a> |
| 82 | + </td> |
| 83 | + </tr> |
| 84 | + <tbody> |
| 85 | +</table> |
| 86 | + |
| 87 | + |
| 88 | +[npm]: https://img.shields.io/npm/v/webpack-loader-seed.svg |
| 89 | +[npm-url]: https://npmjs.com/package/webpack-loader-seed |
| 90 | + |
| 91 | +[deps]: https://david-dm.org/webpack-contrib/webpack-loader-seed.svg |
| 92 | +[deps-url]: https://david-dm.org/webpack-contrib/webpack-loader-seed |
37 | 93 |
|
38 |
| -MIT (http://www.opensource.org/licenses/mit-license.php) |
| 94 | +[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg |
| 95 | +[chat-url]: https://gitter.im/webpack/webpack |
0 commit comments