I am trying to upload my app using the google cloud engine (deployment). The app works fine on the local net. I have a very persistent problem with this response: "Uncaught Error: React Refresh runtime should not be included in the production bundle." pic: from browser console
Here is the script part of my package.json pic: package.json script
I have tried adding e.g. FAST_REFRESH=false to .env and adding that FAST_REFRESH=false to package.json to no avail.
I am running out of ideas.. would you know what might work?