Skip to content

Instantly share code, notes, and snippets.

@tamunoibi
Created June 23, 2019 15:48
Show Gist options
  • Save tamunoibi/ff326a98758ae985207b23e2a444eb77 to your computer and use it in GitHub Desktop.
Save tamunoibi/ff326a98758ae985207b23e2a444eb77 to your computer and use it in GitHub Desktop.
{
"presets": ["env"],
"plugins": [
"transform-class-properties",
"transform-object-rest-spread",
[
"transform-runtime",
{
"polyfill": false,
"regenerator": true
}
]
],
"sourceMaps": true,
"retainLines": true,
"env": {
"test": {
"plugins": [["istanbul"]]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment