rafaelhz / react-material-admin-template

A simple responsive admin template using react and material-ui
633 stars 269 forks source link

Why the HMR doesn't work? #1

Closed Verten closed 7 years ago

Verten commented 7 years ago

Why the HMR doesn't work?

rafaelhz commented 7 years ago

It should work. There's some error logging?

Verten commented 7 years ago

@rafaelhz ,sorry, and this is my fault, i was putting the project into some path like 'xxx\xx(xx)', so the HMR doesn't work.

pmirandaarias commented 7 years ago

Is not working in my case. I'm testin the app in Cloud9, I've run other apps with HMR without problems, but now I'm getting in the console manye of:

webpack_hmr (canceled) eventsource Other 0 B 18.99 s __webpack_hmr (canceled) eventsource Other 0 B 20.00 s webpack_hmr (canceled) eventsource Other 0 B 20.00 s webpack_hmr (canceled) eventsource Other 0 B 19.01 s __webpack_hmr (canceled) eventsource Other 0 B 20.00 s webpack_hmr (canceled) eventsource Other 0 B 20.00 s webpack_hmr (canceled) eventsource Other 0 B 20.00 s __webpack_hmr (canceled) eventsource Other 0 B 19.00 s webpack_hmr (canceled) eventsource Other 0 B 19.00 s

edit: my mistake. In Cloud9 I have to use https, I was testins with http. With https I don't have the mentioned problem. Now... why?