mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
12 lines
296 B
Plaintext
12 lines
296 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-env"
|
|
],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-object-rest-spread", { "useBuiltIns": true }],
|
|
"babel-plugin-transform-class-properties",
|
|
"babel-plugin-syntax-flow",
|
|
"babel-plugin-transform-flow-strip-types"
|
|
]
|
|
}
|