This repository was archived by the owner on Apr 8, 2020. It is now read-only.
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
Add support for hot-reloading of styles #158
Closed
Description
Currently if you change something in ClientApp/css/site.css
in the ReactRedux template while the app is running the change is not reflected until you do a full refresh.
The console ouputs the following:
According to the extract-text-webpack-plugin
docs, it does not support hot module replacement.
Would you considering switching to another style loader that does support HMR? And maybe including PostCSS?
I'm willing to do the work and create a PR if you agree. Bear in mind I'm pretty new to webpack, but I have time to hit my head on the wall until it works.
Metadata
Metadata
Assignees
Labels
No labels