Skip to content

Instantly share code, notes, and snippets.

@maxmckenzie
Last active July 29, 2019 09:00
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 maxmckenzie/698cdd86e9b5fafa6f65103b6c6000de to your computer and use it in GitHub Desktop.
Save maxmckenzie/698cdd86e9b5fafa6f65103b6c6000de to your computer and use it in GitHub Desktop.
generic babel config #config
{
"presets": [
["env", {
"targets": {
"node": "current",
"browsers": ["last 2 versions", "safari >= 11.1","ie 8"]
}
}]
],
"plugins": [
"transform-object-rest-spread",
"syntax-dynamic-import",
"transform-runtime"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment