mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-05 02:01:59 +01:00
21a31cf6f5
* ^ Update electron 20.x * ^ Update electron 21.x * * Update .babelrc about target
17 lines
216 B
Plaintext
17 lines
216 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/env",
|
|
{
|
|
"targets": {
|
|
"chrome": "106",
|
|
"node": "16.16.0"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/proposal-class-properties"
|
|
]
|
|
}
|