Skip to content

Commit 1d71e97

Browse files
authored
fix($readme): gitter chat link
1 parent 3211f2d commit 1d71e97

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# extract-css-chunks-webpack-plugin [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg?style=flat-square)](https://gitter.im/Reactlandia/Lobby)
2+
13
<p align="center">
24
<a href="https://www.npmjs.com/package/extract-css-chunks-webpack-plugin">
35
<img src="https://img.shields.io/npm/v/extract-css-chunks-webpack-plugin.svg" alt="Version" />
@@ -10,13 +12,8 @@
1012
<a href="https://www.npmjs.com/package/extract-css-chunks-webpack-plugin">
1113
<img src="https://img.shields.io/npm/dt/extract-css-chunks-webpack-plugin.svg" alt="Downloads" />
1214
</a>
13-
14-
<a href="https://gitter.im/extract-css-chunks">
15-
<img src="https://img.shields.io/gitter/room/nwjs/nw.js.svg" alt="Gitter Chat" />
16-
</a>
1715
</p>
1816

19-
# extract-css-chunks-webpack-plugin
2017
> **UPDATE (July 7th):** [babel-plugin-dual-import](https://github.com/faceyspacey/babel-plugin-dual-import) is now required to asynchronously import both css + js. *Much Faster Builds!* You likely want to read [its intro article](https://medium.com/@faceyspacey/webpacks-import-will-soon-fetch-js-css-here-s-how-you-do-it-today-4eb5b4929852). Note: with *webpack-flush-chunks* you will have to use the `chunkNames` option instead of the `moduleIds` option to use it.
2118
2219
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 "render path" solutions.

0 commit comments

Comments
 (0)