Skip to content

Instantly share code, notes, and snippets.

@lazabogdan
Created August 18, 2018 11:26
Show Gist options
  • Save lazabogdan/84ace16552e5205d7d5126eb55c7446a to your computer and use it in GitHub Desktop.
Save lazabogdan/84ace16552e5205d7d5126eb55c7446a to your computer and use it in GitHub Desktop.
.babelrc ie11
{
"plugins": ["transform-runtime"],
"presets": [
["env", {
"targets": {
"ie": "11",
"browsers": ["last 2 versions"]
}
}]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment