|
| 1 | +<div align="center"> |
| 2 | + <a href="https://github.com/webpack/webpack"> |
| 3 | + <img width="200" heigth="200" src="https://webpack.js.org/assets/icon-square-big.svg"> |
| 4 | + </a> |
| 5 | + <br> |
| 6 | + <br> |
| 7 | + |
1 | 8 | [![npm][npm]][npm-url] |
| 9 | + |
2 | 10 | [![node][node]][node-url] |
3 | 11 | [![deps][deps]][deps-url] |
4 | 12 | [![tests][tests]][tests-url] |
5 | 13 | [![builds][builds]][builds-url] |
6 | 14 | [![coverage][cover]][cover-url] |
7 | 15 | [![licenses][licenses]][licenses-url] |
8 | 16 |
|
9 | | -<div align="center"> |
10 | | - <a href="https://github.com/webpack/webpack"> |
11 | | - <img width="200" heigth="200" src="https://webpack.js.org/assets/icon-square-big.svg"> |
12 | | - </a> |
13 | | - <br> |
14 | 17 | <br> |
15 | 18 | <a href="https://npmjs.com/package/webpack"> |
16 | 19 | <img src="https://img.shields.io/npm/dm/webpack.svg"> |
|
32 | 35 |
|
33 | 36 | <h2 align="center">Install</h2> |
34 | 37 |
|
| 38 | +Install with npm: |
| 39 | + |
35 | 40 | ```bash |
36 | 41 | npm install --save-dev webpack |
37 | 42 | ``` |
38 | 43 |
|
| 44 | +Install with yarn: |
| 45 | + |
| 46 | +```bash |
| 47 | +yarn add webpack --dev |
| 48 | +``` |
| 49 | + |
39 | 50 | <h2 align="center">Introduction</h2> |
40 | 51 |
|
41 | 52 | > The README reflects webpack v2.x, webpack v1.x [documentation can be found here](https://webpack.github.io/docs/?utm_source=github&utm_medium=readme&utm_campaign=top). |
@@ -120,7 +131,7 @@ or are automatically applied via regex from your webpack configuration. |
120 | 131 | |Name|Status|Description| |
121 | 132 | |:--:|:----:|:----------| |
122 | 133 | |<a href="https://github.com/webpack/json-loader"><img width="48" height="48" src="https://worldvectorlogo.com/logos/json.svg"></a>|![json-npm]|Loads a JSON file (included by default)| |
123 | | -|<a href="https://github.com/webpack/json5-loader"><img width="48" height="48" src="https://cdn.rawgit.com/json5/json5-logo/master/json5-logo.svg"></a>|![json5-npm]|Loads and transpiles a JSON 5 file| |
| 134 | +|<a href="https://github.com/webpack/json5-loader"><img width="48" height="10.656" src="https://cdn.rawgit.com/json5/json5-logo/master/json5-logo.svg"></a>|![json5-npm]|Loads and transpiles a JSON 5 file| |
124 | 135 | |<a href="https://github.com/awnist/cson-loader"><img width="48" height="48" src="https://worldvectorlogo.com/logos/coffeescript.svg"></a>|![cson-npm]|Loads and transpiles a CSON file| |
125 | 136 |
|
126 | 137 |
|
@@ -183,17 +194,17 @@ or are automatically applied via regex from your webpack configuration. |
183 | 194 | [stylus-npm]: https://img.shields.io/npm/v/stylus-loader.svg |
184 | 195 | [postcss-npm]: https://img.shields.io/npm/v/postcss-loader.svg |
185 | 196 |
|
186 | | -#### Linting && Testing |
| 197 | +#### Linting & Testing |
187 | 198 |
|
188 | 199 | |Name|Status|Description| |
189 | 200 | |:--:|:----:|:----------| |
190 | 201 | |<a href="https://github.com/webpack/mocha-loader"><img width="48" height="48" src="https://worldvectorlogo.com/logos/mocha.svg"></a>|![mocha-npm]|Tests with mocha (Browser/NodeJS)| |
191 | 202 | |<a href="https://github.com/MoOx/eslint-loader"><img width="48" height="48" src="https://worldvectorlogo.com/logos/eslint.svg"></a>|![eslint-npm]|PreLoader for linting code using ESLint| |
192 | | -|<a href="https://github.com/webpack/jslint-loader"><img width="48" height="48" src="http://jshint.com/res/jshint-dark.png"></a>|![jshint-npm]|PreLoader for linting code using JSHint| |
| 203 | +|<a href="https://github.com/webpack-contrib/jshint-loader"><img width="48" height="20.64" src="http://jshint.com/res/jshint-dark.png"></a>|![jshint-npm]|PreLoader for linting code using JSHint| |
193 | 204 |
|
194 | 205 | [mocha-npm]: https://img.shields.io/npm/v/mocha-loader.svg |
195 | 206 | [eslint-npm]: https://img.shields.io/npm/v/eslint-loader.svg |
196 | | -[jshint-npm]: https://img.shields.io/npm/v/jslint-loader.svg |
| 207 | +[jshint-npm]: https://img.shields.io/npm/v/jshint-loader.svg |
197 | 208 | [jscs-npm]: https://img.shields.io/npm/v/jscs-loader.svg |
198 | 209 |
|
199 | 210 | #### Frameworks |
@@ -264,7 +275,7 @@ If you create a loader or plugin, we would <3 for you to open source it, and put |
264 | 275 |
|
265 | 276 | <h2 align="center">Support</h2> |
266 | 277 |
|
267 | | -We consider webpack to be a low-level tool used not only individuals but also layered beneath other awesome tools. Because of it's flexibility, webpack isn't always the _easiest_ entry-level solution, however we do believe it is the most powerful. That said, we're always looking for ways improve and simplify the tool without compromising functionality. If you have any ideas on ways to accomplish this, we're all ears! |
| 278 | +We consider webpack to be a low-level tool used not only individually but also layered beneath other awesome tools. Because of it's flexibility, webpack isn't always the _easiest_ entry-level solution, however we do believe it is the most powerful. That said, we're always looking for ways improve and simplify the tool without compromising functionality. If you have any ideas on ways to accomplish this, we're all ears! |
268 | 279 |
|
269 | 280 | If you're just getting started, take a look at [our new docs and concepts page](https://webpack.js.org/concepts/). This has a high level overview that is great for beginners!! |
270 | 281 |
|
@@ -314,7 +325,7 @@ If you have discovered a 🐜 or have a feature suggestion, feel free to create |
314 | 325 | <img width="150" height="150" src="https://github.com/bebraw.png?s=150"> |
315 | 326 | <br> |
316 | 327 | <a href="https://github.com/bebraw">Juho Vepsäläinen</a> |
317 | | - <p>Documentation<p> |
| 328 | + <p>Documentation</p> |
318 | 329 | <br> |
319 | 330 | <p>Author</p> |
320 | 331 | <a href="https://leanpub.com/survivejs-webpack"> |
@@ -354,23 +365,33 @@ This is how we use the donations: |
354 | 365 |
|
355 | 366 | <h2 align="center">Premium Partners</h2> |
356 | 367 |
|
| 368 | +<div align="center"> |
| 369 | + |
357 | 370 | <a href="https://www.ag-grid.com/?utm_source=webpack&utm_medium=banner&utm_campaign=sponsorship" target="_blank"><img align="center" src="https://raw.githubusercontent.com/webpack/media/2b399d58/horiz-banner-ad-ag-grid.png"> |
358 | 371 | </a> |
359 | 372 |
|
| 373 | +</div> |
| 374 | + |
360 | 375 | <h2 align="center">Other Backers and Sponsors</h2> |
361 | 376 |
|
362 | 377 | Before we started using OpenCollective, donations were made anonymously. Now that we have made the switch, we would like to acknowledge these sponsors (and the ones who continue to donate using OpenCollective). If we've missed someone, please send us a PR, and we'll add you to this list. |
363 | 378 |
|
| 379 | +<div align="center"> |
| 380 | + |
364 | 381 | [Google Angular Team](https://angular.io/), [Architects.io](http://architects.io/), |
365 | 382 | <a href="https://moonmail.io" target="_blank" title="Email Marketing Software"><img |
366 | 383 | src="https://static.moonmail.io/moonmail-logo.svg" height="30" alt="MoonMail"></a> |
367 | 384 | <a href="https://monei.net" target="_blank" title="Best payment gateway rates"><img |
368 | 385 | src="https://static.monei.net/monei-logo.svg" height="30" alt="MONEI"></a> |
369 | 386 |
|
| 387 | +</div> |
| 388 | + |
370 | 389 | <h2 align="center">Sponsors</h2> |
371 | 390 |
|
372 | 391 | [Become a sponsor](https://opencollective.com/webpack#sponsor) and get your logo on our README on Github with a link to your site. |
373 | 392 |
|
| 393 | +<div align="center"> |
| 394 | + |
374 | 395 | <a href="https://opencollective.com/webpack/sponsor/0/website?requireActive=false" target="_blank"><img src="https://opencollective.com/webpack/sponsor/0/avatar.svg?requireActive=false"></a> |
375 | 396 | <a href="https://opencollective.com/webpack/sponsor/1/website?requireActive=false" target="_blank"><img src="https://opencollective.com/webpack/sponsor/1/avatar.svg?requireActive=false"></a> |
376 | 397 | <a href="https://opencollective.com/webpack/sponsor/2/website?requireActive=false" target="_blank"><img src="https://opencollective.com/webpack/sponsor/2/avatar.svg?requireActive=false"></a> |
@@ -402,6 +423,8 @@ src="https://static.monei.net/monei-logo.svg" height="30" alt="MONEI"></a> |
402 | 423 | <a href="https://opencollective.com/webpack/sponsor/28/website?requireActive=false" target="_blank"><img src="https://opencollective.com/webpack/sponsor/28/avatar.svg?requireActive=false"></a> |
403 | 424 | <a href="https://opencollective.com/webpack/sponsor/29/website?requireActive=false" target="_blank"><img src="https://opencollective.com/webpack/sponsor/29/avatar.svg?requireActive=false"></a> |
404 | 425 |
|
| 426 | +</div> |
| 427 | + |
405 | 428 | <h2 align="center">Backers</h2> |
406 | 429 |
|
407 | 430 | [Become a backer](https://opencollective.com/webpack#backer) and get your image on our README on Github with a link to your site. |
|
0 commit comments