annpryshchepa / track_app

Demo: https://elated-feynman-a5608b.netlify.app/
MIT License
1 stars 1 forks source link

Disable NPM obfuscation #11

Open vazhnov opened 3 years ago

vazhnov commented 3 years ago

I found some approaches in https://stackoverflow.com/questions/49123885/:

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"
  },
vazhnov commented 3 years ago

Maybe I have to search information how to disable uglify and minify.