Skip to content

Instantly share code, notes, and snippets.

@eddyerburgh
Created September 8, 2017 11:37
Show Gist options
  • Select an option

  • Save eddyerburgh/b569d23402611d14b40a2e4a1d534292 to your computer and use it in GitHub Desktop.

Select an option

Save eddyerburgh/b569d23402611d14b40a2e4a1d534292 to your computer and use it in GitHub Desktop.
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-2"
],
"plugins": ["transform-runtime"],
"env": {
"test": {
"presets": ["env", "stage-2"],
"plugins": [
["module-resolver", {
"root": ["./src"],
"alias": {
"@": "./src"
}
}]]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment