Answers for "how to make my website source file not accessible in inspectot"

1

how to make my website source file not accessible in inspectot

// create a .env file in the root directory of your project and past the following code in it:
GENERATE_SOURCEMAP=false
// That did it for me!
// I did this in a 'create-react-app' project
Posted by: Guest on April-08-2022

Code answers related to "how to make my website source file not accessible in inspectot"

Code answers related to "Javascript"

Browse Popular Code Answers by Language