Created
October 5, 2017 15:40
-
-
Save whazzmaster/0b0e74c2cf2490c356656fdd54ff8187 to your computer and use it in GitHub Desktop.
ES6 Debugging: .babelrc
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": [ | |
["env", { | |
"targets": {"node": "8.0"}, | |
"useBuiltIns": true | |
}] | |
], | |
"plugins": [ | |
"transform-object-rest-spread" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment