Created
August 28, 2016 02:02
-
-
Save abhiaiyer91/b5c2bdc48a5435d1532e1196657bd564 to your computer and use it in GitHub Desktop.
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": [ | |
"stage-2", | |
"es2015" | |
], | |
"plugins": [ | |
"transform-flow-strip-types", | |
"transform-object-assign", | |
"transform-class-properties", | |
"transform-runtime" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment