2018-08-01 21:34:58 +08:00

18 lines
378 B
Plaintext

{
"presets": [
[
"env",
{
"modules": false
}
]
],
"plugins": [
"external-helpers",
"transform-es2015-arrow-functions",
"syntax-async-functions",
"transform-class-properties",
"transform-export-extensions",
"transform-es2015-template-literals"
]
}