Skip to content

Commit 4d3816e

Browse files
committed
fix($readme): add tip about removing style-loader
1 parent a2ffa13 commit 4d3816e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
</p>
2222

2323
# extract-css-chunks-webpack-plugin
24+
> TIP: remove `style-loader` from your dependencies. It's included in this package and must resolve to the correct *latest* version (June 2017).
2425
2526
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.
2627

0 commit comments

Comments
 (0)