Created
August 18, 2018 11:26
-
-
Save lazabogdan/84ace16552e5205d7d5126eb55c7446a to your computer and use it in GitHub Desktop.
.babelrc ie11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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