mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 18:45:29 +08:00
22 lines
435 B
Plaintext
22 lines
435 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"
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"plugins": [
|
|
["transform-es2015-modules-commonjs", "dynamic-import-node"]
|
|
]
|
|
}
|
|
}
|
|
}
|