mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-01 07:06:21 +01:00
14 lines
141 B
Text
14 lines
141 B
Text
|
{
|
||
|
"plugins": [
|
||
|
[
|
||
|
"@babel/plugin-transform-runtime",
|
||
|
{
|
||
|
"corejs": {
|
||
|
"version": 3,
|
||
|
"proposals": true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|