mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-12-14 05:29:27 +01:00
680abbebd8
* ^ Upgrade electron 16.x > 20.x * 20.0.1 * 20.0.2 * 20.1.0
17 lines
209 B
Plaintext
17 lines
209 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"targets": {
|
|
"chrome": "104",
|
|
"node": 16
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/proposal-class-properties"
|
|
]
|
|
}
|