diegohaz / arc

React starter kit based on Atomic Design
https://arc.js.org
2.92k stars 294 forks source link

hot reload not working on redux-ssr #289

Closed rolele closed 7 years ago

rolele commented 7 years ago

Thanks for this boilerplate. I think this is very good!

I do not know if it is working on master but I try the redux-ssr branch. I rename src-example to src.

npm i
npm run dev

I go on components/Header/index.js I edit the file (just adding some text on the header) but the page does not reflect the changes. I see the console showing webpack compiling. I actually have to refresh the page manually to see the changes. What is the problem ?

rolele commented 7 years ago

Sorry I had js disabled on my browser. everything is working. thanks.