It hotreloads extracted stylesheets extracted with ExtractTextPlugin
.
No configuration needed. A better css-hot-loader.
Use case
You want to hot reload only stylesheets, not the whole page. Great for editing dynamic views.
Installation
npm install extracted-loader --save-dev
or
yarn add extracted-loader --dev
And then you can use it for example as so:
configmodulerules configplugins
Example use with sass
configmodulerules configplugins
How it works
By reloading all relevant <link rel="stylesheet">
when extracted text changes.
How to use with...
Contributing
Yes, please
License
MIT