Guest User

Untitled

a guest
Oct 18th, 2018
4,897
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. {
  2. "presets": ["module:metro-react-native-babel-preset"],
  3. "env": {
  4. "production": {
  5. "plugins": ["transform-remove-console"]
  6. }
  7. },
  8. "plugins": [
  9. ["@babel/plugin-proposal-decorators", { "legacy": true }]
  10. ]
  11. }
Advertisement
Add Comment
Please, Sign In to add comment