Closed
Description
Hot Reloading works just fine for any changes within React code (JSX). However, as we make changes
to partials or CSS imports in /app/styles/ folder, these changes are not hot reloaded in the browser.
It works fine for changes within /app/style.css though.
We are trying several possible solutions to this know issue. Following have been tried and failed...
- Using postcss-import and addDependencyTo: webpack. Not recommended approach as per the above mentioned thread.
- Chaining css-loader imports as mentioned here.