Skip to content

Instantly share code, notes, and snippets.

@patrickleet
Created November 22, 2017 02:00
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickleet/9492c7da1e3594f3eb8aff1b1efbd61a to your computer and use it in GitHub Desktop.
Save patrickleet/9492c7da1e3594f3eb8aff1b1efbd61a to your computer and use it in GitHub Desktop.
{
"presets": [
["env", {
"targets": {
"node": "current"
}
}]
],
"plugins": [
["module-resolver", {
"root": ["./src"]
}],
["transform-object-rest-spread"]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment