Created by: viankakrisna
escape hatch for https://github.com/facebookincubator/create-react-app/issues/2555 and various request for disabling source maps on production. verified the changes using this command
REACT_APP_DISABLE_SOURCE_MAP=1 npm run build
and check build folder for the existence of source maps
Use this one for the latest changes
SOURCE_MAP=false npm run build