mirror of
https://github.com/Deutscher-Tischfussballbund/com_sportsmanager.git
synced 2026-06-10 14:37:52 +00:00
16 lines
295 B
Plaintext
16 lines
295 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env", {
|
|
"corejs": "3",
|
|
"useBuiltIns": "usage",
|
|
"debug": false
|
|
}]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-proposal-object-rest-spread"
|
|
]
|
|
}
|