UNPKG

1.7 kBMarkdownView Raw
1[![npm][npm]][npm-url]
2[![deps][deps]][deps-url]
3[![test][test]][test-url]
4[![coverage][cover]][cover-url]
5[![chat][chat]][chat-url]
6
7<div align="center">
8 <a href="https://webpack.js.org/">
9 <img width="200" height="200" vspace="" hspace="25" src="https://cdn.rawgit.com/webpack/media/e7485eb2/logo/icon-square-big.svg">
10 </a>
11 <h1>webpack-defaults</h1>
12 <p>Defaults to be shared across webpack projects</p>
13</div>
14
15<h2 align="center">Install</h2>
16
17```bash
18npm install --save-dev webpack-defaults
19```
20
21This will write a npm script you can run through
22
23```bash
24npm run defaults
25```
26
27Any time you want to sync your project with the defaults, update this dependency and run the command again.
28
29<h2 align="center">Maintainers</h2>
30
31<table>
32 <tbody>
33 <tr>
34 <td align="center">
35 <a href="https://github.com/sapegin">
36 <img width="150" height="150" src="https://avatars.githubusercontent.com/u/70067?v=3">
37 </br>
38 Artem Sapegin
39 </a>
40 </td>
41 </tr>
42 <tbody>
43</table>
44
45[npm]: https://img.shields.io/npm/v/webpack-defaults.svg
46[npm-url]: https://npmjs.com/package/webpack-defaults
47
48[deps]: https://david-dm.org/webpack-contrib/webpack-defaults.svg
49[deps-url]: https://david-dm.org/webpack-contrib/webpack-defaults
50
51[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg
52[chat-url]: https://gitter.im/webpack/webpack
53
54[test]: http://img.shields.io/travis/webpack-contrib/webpack-defaults.svg
55[test-url]: https://travis-ci.org/webpack-contrib/webpack-defaults
56
57[cover]: https://codecov.io/gh/webpack-contrib/webpack-defaults/branch/master/graph/badge.svg
58[cover-url]: https://codecov.io/gh/webpack-contrib/webpack-defaults