Skip to content

Commit

Permalink
fix($readme): add tip about removing style-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
faceyspacey committed Jun 8, 2017
1 parent a2ffa13 commit 4d3816e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</p>

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

Expand Down

0 comments on commit 4d3816e

Please sign in to comment.