mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 16:26:44 -06:00
14 lines
141 B
Text
14 lines
141 B
Text
|
{
|
||
|
"plugins": [
|
||
|
[
|
||
|
"@babel/plugin-transform-runtime",
|
||
|
{
|
||
|
"corejs": {
|
||
|
"version": 3,
|
||
|
"proposals": true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|