Created
February 16, 2017 12:44
-
-
Save evserykh/c9df0a98217596914f9c1f492fb09de2 to your computer and use it in GitHub Desktop.
.babelrc
This file contains hidden or 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": [ | |
["es2015", { "modules": false }], | |
"react", | |
"stage-0" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment