Created
October 24, 2017 14:20
-
-
Save gardun0/1655460ecb8b2a485b2c3b58282a2175 to your computer and use it in GitHub Desktop.
.babelrc prefered by me <3
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": "current" | |
} | |
}], | |
"stage-3" | |
], | |
"plugins": [ | |
"babel-plugin-inline-import", | |
"transform-object-rest-spread" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment