Skip to content

Instantly share code, notes, and snippets.

@gardun0
Created October 24, 2017 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gardun0/1655460ecb8b2a485b2c3b58282a2175 to your computer and use it in GitHub Desktop.
Save gardun0/1655460ecb8b2a485b2c3b58282a2175 to your computer and use it in GitHub Desktop.
.babelrc prefered by me <3
{
"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