mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
8 lines
120 B
Text
8 lines
120 B
Text
{
|
|
"plugins": [
|
|
["transform-runtime", {
|
|
"regenerator": true
|
|
}],
|
|
"transform-object-rest-spread"
|
|
]
|
|
}
|