Skip to content

Instantly share code, notes, and snippets.

@sivaraj-v
Created March 22, 2018 13:17
Show Gist options
  • Save sivaraj-v/55883d453f96ddf3ba7c52ffad62644e to your computer and use it in GitHub Desktop.
Save sivaraj-v/55883d453f96ddf3ba7c52ffad62644e to your computer and use it in GitHub Desktop.
babelrc basic configuration
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "6.10",
"esmodules": true
}
}
]
],
"plugins": ["@babel/plugin-proposal-object-rest-spread"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment