Skip to content

Instantly share code, notes, and snippets.

@XEngine
Created April 28, 2019 08:09
Show Gist options
  • Save XEngine/0d82a6cdce531968f213b7a360925960 to your computer and use it in GitHub Desktop.
Save XEngine/0d82a6cdce531968f213b7a360925960 to your computer and use it in GitHub Desktop.
{
"presets": [
["@babel/preset-env", { "useBuiltIns": "usage", "corejs": 3 }]
],
"plugins": [
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-syntax-dynamic-import"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment