mirror of https://github.com/keeweb/keeweb
13 lines
383 B
Plaintext
13 lines
383 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-external-helpers"
|
|
]
|
|
}
|