react-webpack-generators / generator-react-webpack

Yeoman generator for ReactJS and Webpack
http://newtriks.com/2013/12/31/automating-react-with-yeoman-and-grunt/
MIT License
2.88k stars 355 forks source link

removing live reload header #299

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi, I would like to remove the live reload header, but can't find any reference to it. Is there a simple, clean way to do this?

sthzg commented 7 years ago

Hi @chriswingler, you can open your page without the webpack-dev-server in the path (i.e. instead of http://localhost:8000/webpack-dev-server/ just http://localhost:8000/). This should show your app without the live reload header.

sthzg commented 7 years ago

I am closing this for now, feel free to comment on it if it hasn't been resolved.