mirror of https://github.com/keeweb/keeweb
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
508 B
Plaintext
15 lines
508 B
Plaintext
{
|
|
"presets": [],
|
|
"plugins": [
|
|
["@babel/plugin-proposal-class-properties", { "loose": true }],
|
|
["@babel/plugin-proposal-object-rest-spread", { "loose": true,
|
|
"useBuiltIns": true
|
|
}],
|
|
"@babel/plugin-proposal-optional-catch-binding",
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator",
|
|
"@babel/plugin-proposal-logical-assignment-operators",
|
|
"@babel/plugin-external-helpers"
|
|
]
|
|
}
|