diff --git a/.all-contributorsrc b/.all-contributorsrc index 034a7e6..10898bd 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -28,6 +28,15 @@ "contributions": [ "example" ] + }, + { + "login": "tamouse", + "name": "Tamara Temple", + "avatar_url": "https://avatars.githubusercontent.com/u/363583?v=3", + "profile": "http://tamouse.org", + "contributions": [ + "doc" + ] } ] } diff --git a/README.md b/README.md index fd4df98..f90534b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Utilities to help your webpack config be easier to read [![downloads][downloads-badge]][npm-stat] [![MIT License][license-badge]][LICENSE] -[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors) +[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors) [![PRs Welcome][prs-badge]][prs] [![Donate][donate-badge]][donate] [![Code of Conduct][coc-badge]][coc] @@ -40,8 +40,11 @@ npm install --save-dev webpack-config-utils It is expected that you use this in your `webpack.config.js` file. -> Protip: You can name your config file `webpack.config.babel.js` and it'll be automagically transpiled! So you could -> use ES6 module imports rather than CommonJS requires. But this example will stick to CommonJS because we love you ❤️ +> Protip: You can name your config file `webpack.config.babel.js` and +> it'll be automagically transpiled! (Make sure you have +> `babel-register` installed.) So you could use ES6 module imports +> rather than CommonJS requires. But this example will stick to +> CommonJS because we love you ❤️ ```javascript const webpack = require('webpack') @@ -123,8 +126,8 @@ a few another helpful utility: [`webpack-combine-loaders`](https://www.npmjs.com Thanks goes to these people ([emoji key][emojis]): -| [
Kent C. Dodds](https://kentcdodds.com)
[💻](https://github.com/kentcdodds/webpack-config-utils/commits?author=kentcdodds) [📖](https://github.com/kentcdodds/webpack-config-utils/commits?author=kentcdodds) 💡 🚇 [⚠️](https://github.com/kentcdodds/webpack-config-utils/commits?author=kentcdodds) | [
Breno Calazans](https://twitter.com/breno_calazans)
💡 | -| :---: | :---: | +| [
Kent C. Dodds](https://kentcdodds.com)
[💻](https://github.com/kentcdodds/webpack-config-utils/commits?author=kentcdodds) [📖](https://github.com/kentcdodds/webpack-config-utils/commits?author=kentcdodds) 💡 🚇 [⚠️](https://github.com/kentcdodds/webpack-config-utils/commits?author=kentcdodds) | [
Breno Calazans](https://twitter.com/breno_calazans)
💡 | [
Tamara Temple](http://tamouse.org)
[📖](https://github.com/kentcdodds/webpack-config-utils/commits?author=tamouse) | +| :---: | :---: | :---: | This project follows the [all-contributors][all-contributors] specification. Contributions of any kind welcome!