Skip to content

Commit 51e6e7e

Browse files
committed
fix($readme): update
1 parent 28291ac commit 51e6e7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
# extract-css-chunks-webpack-plugin
2020
> **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!*
2121
22-
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.
22+
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.
2323

24-
For a demo, checkout: https://github.com/faceyspacey/flush-chunks-boilerplate-webpack-chunknames
24+
For a demo, `git clone` this: https://github.com/faceyspacey/flush-chunks-boilerplate-webpack-chunknames
2525

2626
*Note: this is a companion package to:*
2727
- [webpack-flush-chunks](https://github.com/faceyspacey/webpack-flush-chunks)

0 commit comments

Comments
 (0)