Skip to content

Instantly share code, notes, and snippets.

@cacheflow
Created July 25, 2020 22:53
Show Gist options
  • Save cacheflow/70ebf7f32641ba6841607240ca26425a to your computer and use it in GitHub Desktop.
Save cacheflow/70ebf7f32641ba6841607240ca26425a to your computer and use it in GitHub Desktop.
{
"presets": [
["@babel/preset-env", {
"debug": false,
"modules": false,
"useBuiltIns": false
}]
],
"plugins": [
"@babel/syntax-dynamic-import",
"@babel/plugin-transform-runtime",
["@babel/plugin-proposal-class-properties", {
"loose": true
}],
"transform-async-to-generator"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment