mirror of
https://github.com/videojs/video.js.git
synced 2024-11-21 17:46:35 +02:00
372b816779
* 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>
23 lines
396 B
Plaintext
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
|
|
}
|
|
]
|
|
]
|
|
}
|