Created
March 18, 2020 04:36
-
-
Save frikky/7d0b5b48b832b3f54a4da32c255e5813 to your computer and use it in GitHub Desktop.
Babel configuration for react
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":[ | |
"@babel/preset-react", | |
"@babel/preset-env", | |
"@babel/preset-flow" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment