Created
September 12, 2017 01:51
-
-
Save sbstn-jmnz/3acec5c1991c6e5013ea60acd5d23ef0 to your computer and use it in GitHub Desktop.
Babel config file
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": [ | |
"es2015", | |
"stage-3" | |
], | |
"plugins": [ | |
"transform-class-properties", | |
"transform-regenerator" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment