|
1 |
| -# worker loader for webpack |
| 1 | +[![npm][npm]][npm-url] |
| 2 | +[![deps][deps]][deps-url] |
| 3 | +[![test][test]][test-url] |
| 4 | +[![chat][chat]][chat-url] |
| 5 | + |
| 6 | +<div align="center"> |
| 7 | + <!-- replace with accurate logo e.g from https://worldvectorlogo.com/ --> |
| 8 | + <a href="https://github.com/webpack/webpack"> |
| 9 | + <img width="200" height="200" vspace="" hspace="25" |
| 10 | + src="https://cdn.rawgit.com/webpack/media/e7485eb2/logo/icon.svg"> |
| 11 | + </a> |
| 12 | + <h1>Worker Loader</h1> |
| 13 | + <p>Worker loader for Webpack.<p> |
| 14 | +</div> |
| 15 | + |
| 16 | +<h2 align="center">Install</h2> |
| 17 | + |
| 18 | +```bash |
| 19 | +npm i -D worker-loader |
| 20 | +``` |
2 | 21 |
|
3 |
| -## Usage |
| 22 | +<h2 align="center">Usage</h2> |
4 | 23 |
|
5 | 24 | [Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)
|
6 | 25 |
|
@@ -44,6 +63,48 @@ let o = {foo: 'foo'}
|
44 | 63 | _.has(o, 'foo') // true
|
45 | 64 | ```
|
46 | 65 |
|
47 |
| -## License |
48 |
| - |
49 |
| -MIT (http://www.opensource.org/licenses/mit-license.php) |
| 66 | +<h2 align="center">Maintainers</h2> |
| 67 | + |
| 68 | +<table> |
| 69 | + <tbody> |
| 70 | + <tr> |
| 71 | + <td align="center"> |
| 72 | + <img width="150" height="150" |
| 73 | + src="https://avatars3.githubusercontent.com/u/166921?v=3&s=150"> |
| 74 | + </br> |
| 75 | + <a href="https://github.com/bebraw">Juho Vepsäläinen</a> |
| 76 | + </td> |
| 77 | + <td align="center"> |
| 78 | + <img width="150" height="150" |
| 79 | + src="https://avatars2.githubusercontent.com/u/8420490?v=3&s=150"> |
| 80 | + </br> |
| 81 | + <a href="https://github.com/d3viant0ne">Joshua Wiens</a> |
| 82 | + </td> |
| 83 | + <td align="center"> |
| 84 | + <img width="150" height="150" |
| 85 | + src="https://avatars3.githubusercontent.com/u/533616?v=3&s=150"> |
| 86 | + </br> |
| 87 | + <a href="https://github.com/SpaceK33z">Kees Kluskens</a> |
| 88 | + </td> |
| 89 | + <td align="center"> |
| 90 | + <img width="150" height="150" |
| 91 | + src="https://avatars3.githubusercontent.com/u/3408176?v=3&s=150"> |
| 92 | + </br> |
| 93 | + <a href="https://github.com/TheLarkInn">Sean Larkin</a> |
| 94 | + </td> |
| 95 | + </tr> |
| 96 | + <tbody> |
| 97 | +</table> |
| 98 | + |
| 99 | + |
| 100 | +[npm]: https://img.shields.io/npm/v/worker-loader.svg |
| 101 | +[npm-url]: https://npmjs.com/package/worker-loader |
| 102 | + |
| 103 | +[deps]: https://david-dm.org/webpack-contrib/worker-loader.svg |
| 104 | +[deps-url]: https://david-dm.org/webpack-contrib/worker-loader |
| 105 | + |
| 106 | +[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg |
| 107 | +[chat-url]: https://gitter.im/webpack/webpack |
| 108 | + |
| 109 | +[test]: http://img.shields.io/travis/webpack-contrib/worker-loader.svg |
| 110 | +[test-url]: https://travis-ci.org/webpack-contrib/worker-loader |
0 commit comments