In my chrome sources tab, I am able to view all my files by exact folder location. How can I hide them?
These weren\'t the problem in my previous project, w
Make this change in package.json file and you are good to go.
package.json
scripts: { "build": "GENERATE_SOURCEMAP=false react-scripts build" }