timarney / react-app-rewired

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

Problem Reload Page #651

Open monikabadertscher opened 10 months ago

monikabadertscher commented 10 months ago

Hi all In my react-app-rewired web application I have got the following problem: If the user clicks the "reload page" button, a get request is triggered and shown instead of loading the app. This is only happening in production mode. I know it is a well known issue, but with react-app-rewired I cannot find the solution. Do I have to handle it in config-overrides?

Thanks for help Moka