Skip to content

Instantly share code, notes, and snippets.

@robballou
Created January 26, 2018 21:37
Show Gist options
  • Save robballou/db49df505550795726754876680b2a88 to your computer and use it in GitHub Desktop.
Save robballou/db49df505550795726754876680b2a88 to your computer and use it in GitHub Desktop.
Using new babel with shippedProposals
{
"presets": [
[
"@babel/env",
{
"targets": {
"node": "current"
},
"shippedProposals": true
}
]
],
"plugins": [
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment