Robbie Prevost

Results 7 comments of Robbie Prevost

I noticed the same thing and thought about creating an issue, but you beat me to it. :)

Hey arrmixer, I just moved on to the webpack-dev-server section and I just used npm to install it and it installed version 2.5.1. I got it up and running on...

The dev-server runs on port 8000, and i'm getting the issue list to show up like it's running on port 3000. The --hot --inline flags just don't do anything.

There's no error. It runs fine, just nothing for the HMR section. Here's what I'm getting in the console: D:\Pro-MERN-Stack>npm run watch > [email protected] watch D:\Pro-MERN-Stack > webpack-dev-server --hot --inline...

I don't get the: [HMR] Waiting for update signal from WDS... [WDS] Hot Module Replacement enabled. Also, when I change the client-side code, the browser doesn't do anything and it...

Yeah, which is good. It's just not reloading... It might be this line: [email protected] watch D:\Pro-MERN-Stack Maybe I need to get it to watch [email protected] watch D:\Pro-MERN-Stack\static\ But then it...

yeah, it's working now and it was probably working before for the jsx files. I was trying to test it by adding an Test in index.html and it recompiled, but...