Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

will console.log will be automatically disabled in react native for development build

{
  "presets": ["react-native"],
  "env": {
    "production": {
      "plugins": ["transform-remove-console"]
    }
  }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #automatically #disabled #react #native #development #build
ADD COMMENT
Topic
Name
9+2 =