area-51/lib/video.js-main/.babelrc

23 lines
396 B
Text
Raw Normal View History

2025-01-30 04:21:55 +01:00
{
"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
}
]
]
}