Created
July 27, 2020 19:05
-
-
Save mannycolon/4076a6078ed94b1655e5952e283b85c2 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
{ | |
"presets": [ | |
[ | |
"@babel/env", | |
{ | |
"modules": false, | |
"useBuiltIns": "usage", | |
"corejs": 3 | |
} | |
], | |
"@babel/react" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment