Skip to content

Commit

Permalink
Remove console logs from published version of navigation playground
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Feb 8, 2018
1 parent 2cb740f commit 4388b64
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 260 deletions.
5 changes: 5 additions & 0 deletions examples/NavigationPlayground/.babelrc
Expand Up @@ -6,6 +6,11 @@
"development": {
"plugins": [
"transform-react-jsx-source"
],
},
"production": {
"plugins": [
"transform-remove-console"
]
}
}
Expand Down
1 change: 1 addition & 0 deletions examples/NavigationPlayground/package.json
Expand Up @@ -17,6 +17,7 @@
"react-navigation": "link:../.."
},
"devDependencies": {
"babel-plugin-transform-remove-console": "^6.9.0",
"babel-jest": "^21.0.0",
"flow-bin": "^0.61.0",
"jest": "^21.0.1",
Expand Down

0 comments on commit 4388b64

Please sign in to comment.