Skip to content

Commit 87aa8f5

Browse files
committed
docs: move badge row
1 parent 6307395 commit 87aa8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# extract-css-chunks-webpack-plugin
21
<p align="center">
32
<a href="https://www.npmjs.com/package/extract-css-chunks-webpack-plugin">
43
<img src="https://img.shields.io/npm/v/extract-css-chunks-webpack-plugin.svg" alt="Version" />
@@ -21,6 +20,7 @@
2120
</a>
2221
</p>
2322

23+
# extract-css-chunks-webpack-plugin
2424

2525
Like `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. The result is the most minimal CSS initially served compared to emerging JS-in-CSS solutions.
2626

0 commit comments

Comments
 (0)