Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
chore: modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdwind committed Apr 16, 2019
1 parent c170de9 commit 32d7aad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -16,6 +16,11 @@

This is a css hot loader, which support hot module replacement for an extracted css file.

### No more maintenance for this repo

Now the mini-css-extract-plugin now support [css hot reload](https://github.com/webpack-contrib/mini-css-extract-plugin#advanced-configuration-example) (since 0.6.x) , so that this
plugin is no longer needed.

### Why we need css hot loader

In most cases, we can realize css hot reload by [style-loader](https://github.com/webpack/style-loader) . But style-loader need inject style tag into document, Before js ready, the web page will have no any style. That is not good experience.
Expand Down

0 comments on commit 32d7aad

Please sign in to comment.