Skip to content

Commit 278e44c

Browse files
docs(readme): add Greenkeeper badge
https://greenkeeper.io/
1 parent 897d7c8 commit 278e44c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
# Extract CSS Chunk
55

6+
[![Greenkeeper badge](https://badges.greenkeeper.io/faceyspacey/extract-css-chunks-webpack-plugin.svg)](https://greenkeeper.io/)
7+
68
Like the Extract Text Webpack Plugin, but creates multiple css files (one per chunk). Then, as part of server side rendering, you can deliver just the css chunks needed by the current request.
79

810
In addition, for each javascript chunk created another js chunk is created with the styles injected via style-loader

0 commit comments

Comments
 (0)