Created
January 29, 2019 12:36
-
-
Save Jojoooo1/83f0bfce10070a042c47d0d74a57141e to your computer and use it in GitHub Desktop.
.babelrc
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" | |
], | |
"plugins": ["transform-object-rest-spread"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment