Created
February 17, 2022 01:29
-
-
Save gjuoun/678da3fbeb100f6f4360d33f1c91c5bb to your computer and use it in GitHub Desktop.
Babel Config
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/preset-env", | |
"@babel/preset-react" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment