Open vazhnov opened 3 years ago
I found some approaches in https://stackoverflow.com/questions/49123885/:
GENERATE_SOURCEMAP=false npm run build
npm run build --nomaps
But as I see in https://github.com/annpryshchepa/track_app/blob/master/package.json :
"scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" },
Maybe I have to search information how to disable uglify and minify.
I found some approaches in https://stackoverflow.com/questions/49123885/:
GENERATE_SOURCEMAP=false npm run build
npm run build --nomaps
But as I see in https://github.com/annpryshchepa/track_app/blob/master/package.json :