Huáng Jùnliàng 03d163a0d9
Use chrome data when android is absent (#10790)
* chore: rename test folder

* chore: add test case

* fix: use chrome support data when android is absent

* chore: add type annotation

* chore: add testcases last 2 versions not ie

* chore: bump browerslist to v4.8.2

* chore: update test fixtures

* chore: update test fixtures
2020-01-03 18:26:27 -05:00

14 lines
207 B
JSON

{
"presets": [
[
"../../../../lib",
{
"targets": {
"node": "current",
"browsers": ["defaults", "not ie <= 10", "not ie_mob <= 10"]
}
}
]
]
}