mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 11:34:45 +02:00
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env"
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-object-rest-spread", { "useBuiltIns": true }]
|
|
]
|
|
}
|