Skip to content

Instantly share code, notes, and snippets.

@addyosmani
Created November 25, 2017 00:23
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 addyosmani/8ab162aa3df26ab9cd25ea035c7eddc0 to your computer and use it in GitHub Desktop.
Save addyosmani/8ab162aa3df26ab9cd25ea035c7eddc0 to your computer and use it in GitHub Desktop.
.babelrc
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment