FreeTube/.babelrc
PikachuEXE 680abbebd8
Upgrade electron from 16 > 20 (#2448)
* ^ Upgrade electron 16.x > 20.x

* 20.0.1

* 20.0.2

* 20.1.0
2022-08-26 09:46:15 +02:00

17 lines
209 B
Plaintext

{
"presets": [
[
"@babel/env",
{
"targets": {
"chrome": "104",
"node": 16
}
}
]
],
"plugins": [
"@babel/proposal-class-properties"
]
}