|
8 | 8 | [![node][node]][node-url]
|
9 | 9 | [![deps][deps]][deps-url]
|
10 | 10 | [![tests][tests]][tests-url]
|
| 11 | +[![coverage][cover]][cover-url] |
11 | 12 | [![chat][chat]][chat-url]
|
| 13 | +[![size][size]][size-url] |
12 | 14 |
|
13 | 15 | # transform-loader
|
14 | 16 |
|
15 | 17 | A browserify transformation loader for webpack.
|
16 | 18 |
|
17 |
| -This loader allows use of |
18 |
| -[browserify transforms](https://github.com/substack/node-browserify/wiki/list-of-transforms) |
19 |
| -via a webpack loader. |
20 |
| - |
21 |
| -## Requirements |
22 |
| - |
23 |
| -This module requires a minimum of Node v6.9.0 and Webpack v4.0.0. |
| 19 | +This loader allows use of [browserify transforms](https://github.com/substack/node-browserify/wiki/list-of-transforms) via a webpack loader. |
24 | 20 |
|
25 | 21 | ## Getting Started
|
26 | 22 |
|
@@ -134,19 +130,27 @@ module.exports = {
|
134 | 130 | };
|
135 | 131 | ```
|
136 | 132 |
|
| 133 | +## Contributing |
| 134 | + |
| 135 | +Please take a moment to read our contributing guidelines if you haven't yet done so. |
| 136 | + |
| 137 | +[CONTRIBUTING](./.github/CONTRIBUTING.md) |
| 138 | + |
137 | 139 | ## License
|
138 | 140 |
|
139 |
| -#### [MIT](./LICENSE) |
| 141 | +[MIT](./LICENSE) |
140 | 142 |
|
141 | 143 | [npm]: https://img.shields.io/npm/v/transform-loader.svg
|
142 | 144 | [npm-url]: https://npmjs.com/package/transform-loader
|
143 | 145 | [node]: https://img.shields.io/node/v/transform-loader.svg
|
144 | 146 | [node-url]: https://nodejs.org
|
145 | 147 | [deps]: https://david-dm.org/webpack-contrib/transform-loader.svg
|
146 | 148 | [deps-url]: https://david-dm.org/webpack-contrib/transform-loader
|
147 |
| -[tests]: https://img.shields.io/circleci/project/github/webpack-contrib/transform-loader.svg |
148 |
| -[tests-url]: https://circleci.com/gh/webpack-contrib/transform-loader |
| 149 | +[tests]: https://dev.azure.com/webpack-contrib/transform-loader/_apis/build/status/webpack-contrib.transform-loader?branchName=master |
| 150 | +[tests-url]: https://dev.azure.com/webpack-contrib/transform-loader/_build/latest?definitionId=19&branchName=master |
149 | 151 | [cover]: https://codecov.io/gh/webpack-contrib/transform-loader/branch/master/graph/badge.svg
|
150 | 152 | [cover-url]: https://codecov.io/gh/webpack-contrib/transform-loader
|
151 |
| -[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg |
| 153 | +[chat]: https://badges.gitter.im/webpack/webpack.svg |
152 | 154 | [chat-url]: https://gitter.im/webpack/webpack
|
| 155 | +[size]: https://packagephobia.now.sh/badge?p=transform-loader |
| 156 | +[size-url]: https://packagephobia.now.sh/result?p=transform-loader |
0 commit comments