Created
August 5, 2018 17:54
-
-
Save venkateshwarv/5adbc89be299209776e70d5d5bd10fcf to your computer and use it in GitHub Desktop.
Bebel config
This file contains hidden or 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
{ | |
"presets": [ | |
["env", { | |
"targets": { | |
"browsers": ["cover 99.5%", "ie 8-11"] | |
} | |
}] | |
], | |
"plugins": ["transform-es2017-object-entries", "transform-array-find"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment