Created by: gaearon
Now changes to CSS reload instantly. This is much more stable than hot reloading for components right now. I think it’s a good idea to get this in.
The only thing I’m not happy about are these logs:
[HMR] Waiting for update signal from WDS...
[WDS] Hot Module Replacement enabled.
when you start the app.
We could fork WDS and hot server client code (those are tiny files) and remove the logs, or we could send PRs to Webpack to make logging configurable. I think it’s not a big deal and we can do it later.