mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
18 lines
378 B
Plaintext
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"
|
|
]
|
|
} |