mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 06:33:09 +02:00
14 lines
141 B
Text
14 lines
141 B
Text
|
{
|
||
|
"plugins": [
|
||
|
[
|
||
|
"@babel/plugin-transform-runtime",
|
||
|
{
|
||
|
"corejs": {
|
||
|
"version": 3,
|
||
|
"proposals": true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
}
|