Answers for "when i go srource in react app in chrome i see my files"

1

when i go srource in react app in chrome i see my files

to hide it
in package.json file as follows.
add GENERATE_SOURCEMAP=false to build

scripts: {
"build": "GENERATE_SOURCEMAP=false react-scripts build"
}
Posted by: Guest on October-23-2020

Code answers related to "when i go srource in react app in chrome i see my files"

Code answers related to "Javascript"

Browse Popular Code Answers by Language