Created
April 28, 2019 08:09
-
-
Save XEngine/0d82a6cdce531968f213b7a360925960 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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