Skip to content

Instantly share code, notes, and snippets.

@earlgreyxxx
Created March 6, 2021 10:43
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 earlgreyxxx/b945209d86fedf3c1c7fcb47b9587a57 to your computer and use it in GitHub Desktop.
Save earlgreyxxx/b945209d86fedf3c1c7fcb47b9587a57 to your computer and use it in GitHub Desktop.
{
"presets": [
["@babel/preset-env",{
"useBuiltIns": "usage",
"corejs": 3,
"targets": [ "last 2 versions","> 2%","ie 11" ]
}
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment