FreeTube/.babelrc
PikachuEXE 21a31cf6f5
Upgrade electron from 20 > 21 (#2717)
* ^ Update electron 20.x

* ^ Update electron 21.x

* * Update .babelrc about target
2022-10-13 22:09:02 +00:00

17 lines
216 B
Plaintext

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