Skip to content

Instantly share code, notes, and snippets.

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 OmgImAlexis/88cc5035aa1ea653a0fb49726a725436 to your computer and use it in GitHub Desktop.
Save OmgImAlexis/88cc5035aa1ea653a0fb49726a725436 to your computer and use it in GitHub Desktop.
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-0"
],
"plugins": ["transform-runtime"],
"env": {
"test": {
"presets": ["env", "stage-2"],
"plugins": ["istanbul"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment