1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

chore: adjust browserslist to Chrome 51

This commit is contained in:
chenjiahan 2021-02-26 14:20:39 +08:00
parent 314d6e2006
commit bc9b24c8b6

@ -83,7 +83,7 @@
}, },
"web-types": "vetur/web-types.json", "web-types": "vetur/web-types.json",
"browserslist": [ "browserslist": [
"Chrome >= 49", "Chrome >= 51",
"iOS >= 10" "iOS >= 10"
] ]
} }