Skip to content

Instantly share code, notes, and snippets.

@petvas
Created December 5, 2017 21:38
Show Gist options
  • Save petvas/a444f59023a5ad0d9c1423ec3ec95dcd to your computer and use it in GitHub Desktop.
Save petvas/a444f59023a5ad0d9c1423ec3ec95dcd to your computer and use it in GitHub Desktop.
{
"presets": [
["@babel/preset-env", {
"modules": false,
"targets": {
"browsers": ["last 2 versions", "ie >= 8", "safari >= 7"],
},
"useBuiltIns": "usage",
"debug": true,
}],
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment