Created
June 29, 2017 21:40
-
-
Save aaronblondeau/3a93c7c83f83850bd26ff0fbc9d1a5e0 to your computer and use it in GitHub Desktop.
where2ride .babelrc file to allow MobX decorators.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"presets": ["react-native"], | |
"plugins": ["transform-decorators-legacy"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment