1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-21 17:46:35 +02:00
video.js/.babelrc
Dzianis Dashkevich 372b816779
chore(package): Update VHS version (#8447)
* chore(package): Update VHS version

* get rid of kaios 2 from browserlist

* get rid of kaios 2

* get rid of op_mob 64

---------

Co-authored-by: Dzianis Dashkevich <ddashkevich@brightcove.com>
2023-09-25 15:09:36 -04:00

23 lines
396 B
Plaintext

{
"presets": [
[
"@babel/preset-env",
{
"targets": [
"last 3 major versions",
"Firefox ESR",
"Chrome >= 53",
"not dead",
"not ie 11",
"not baidu 7",
"not and_qq 11",
"not and_uc 12",
"not op_mini all"
],
"bugfixes": true,
"loose": true
}
]
]
}