|
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 | 1 | <div align="center">
|
8 | 2 | <!-- replace with accurate logo e.g from https://worldvectorlogo.com/ -->
|
9 | 3 | <img width="200" height="200" src="https://cdn.worldvectorlogo.com/logos/javascript.svg">
|
|
14 | 8 | <p>desc</p>
|
15 | 9 | </div>
|
16 | 10 |
|
| 11 | +[![npm][npm]][npm-url] |
| 12 | +[![node][node]][node-url] |
| 13 | +[![deps][deps]][deps-url] |
| 14 | +[![tests][tests]][tests-url] |
| 15 | +[![coverage][cover]][cover-url] |
| 16 | +[![chat][chat]][chat-url] |
| 17 | + |
17 | 18 | This plugin extract CSS into separate files. It creates a CSS file per JS file which contains CSS. It supports On-Demand-Loading of CSS and SourceMaps.
|
18 | 19 |
|
19 | 20 | It builds on top of a new webpack v4 feature (module types) and requires webpack 4 to work.
|
@@ -158,38 +159,29 @@ module.exports = {
|
158 | 159 | }
|
159 | 160 | ```
|
160 | 161 |
|
161 |
| -<h2 align="center">Maintainers</h2> |
162 |
| - |
163 |
| -<table> |
164 |
| - <tbody> |
165 |
| - <tr> |
166 |
| - <td align="center"> |
167 |
| - <a href="https://github.com/sokra"> |
168 |
| - <img width="150" height="150" src="https://github.com/sokra.png?size=150"> |
169 |
| - </br> |
170 |
| - Tobias Koppers |
171 |
| - </a> |
172 |
| - </td> |
173 |
| - </tr> |
174 |
| - <tbody> |
175 |
| -</table> |
176 |
| - |
177 | 162 | #### Long Term Caching
|
178 | 163 |
|
179 | 164 | For long term caching use `filename: "[contenthash].css"`. Optionally add `[name]`.
|
180 | 165 |
|
181 | 166 |
|
182 |
| -[npm]: https://img.shields.io/npm/v/mini-css-extract-plugin.svg |
| 167 | +## License |
| 168 | + |
| 169 | +#### [MIT](./LICENSE) |
| 170 | + |
| 171 | +[npm]: https://img.shields.io/npm/v/webpack-contrib/mini-css-extract-plugin.svg |
183 | 172 | [npm-url]: https://npmjs.com/package/mini-css-extract-plugin
|
184 | 173 |
|
| 174 | +[node]: https://img.shields.io/node/v/webpack-contrib/mini-css-extract-plugin.svg |
| 175 | +[node-url]: https://nodejs.org |
| 176 | + |
185 | 177 | [deps]: https://david-dm.org/webpack-contrib/mini-css-extract-plugin.svg
|
186 | 178 | [deps-url]: https://david-dm.org/webpack-contrib/mini-css-extract-plugin
|
187 | 179 |
|
188 |
| -[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg |
189 |
| -[chat-url]: https://gitter.im/webpack/webpack |
190 |
| - |
191 |
| -[test]: http://img.shields.io/travis/webpack-contrib/mini-css-extract-plugin.svg |
192 |
| -[test-url]: https://travis-ci.org/webpack-contrib/mini-css-extract-plugin |
| 180 | +[tests]: https://img.shields.io/circleci/project/github/webpack-contrib/mini-css-extract-plugin.svg |
| 181 | +[tests-url]: https://circleci.com/gh/webpack-contrib/mini-css-extract-plugin |
193 | 182 |
|
194 | 183 | [cover]: https://codecov.io/gh/webpack-contrib/mini-css-extract-plugin/branch/master/graph/badge.svg
|
195 | 184 | [cover-url]: https://codecov.io/gh/webpack-contrib/mini-css-extract-plugin
|
| 185 | + |
| 186 | +[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg |
| 187 | +[chat-url]: https://gitter.im/webpack/webpack |
0 commit comments