timarney / react-app-rewired

Override create-react-app webpack configs without ejecting
MIT License
9.81k stars 425 forks source link

How I can disable hot reload? #409

Closed dortamiguel closed 5 years ago

dortamiguel commented 5 years ago

I will like to turn off the reload of the page every time I make a change on a file, I don't mind to hit cmd+r

But I can't find how to disable that, can that be done with react app rewired?

timarney commented 5 years ago

Closing as per the Readme.

Before submitting an issue to this repo - Ensure it's a issue with the code in this repo, not a how do I configure something with Webpack question (post something on Stack Overflow or Spectrum). It's your config you "own" it.