mirror of
https://github.com/wassname/talk.git
synced 2026-07-15 11:26:58 +08:00
15 lines
303 B
Plaintext
15 lines
303 B
Plaintext
{
|
|
"presets": [
|
|
["es2015", {modules: false}]
|
|
],
|
|
"plugins": [
|
|
"transform-class-properties",
|
|
"transform-decorators-legacy",
|
|
"transform-object-assign",
|
|
"transform-object-rest-spread",
|
|
"transform-async-to-generator",
|
|
"transform-react-jsx",
|
|
"syntax-dynamic-import"
|
|
]
|
|
}
|