perf: adjust browserslist to fit Vue 3 (#8227)

This commit is contained in:
neverland
2021-02-26 11:31:36 +08:00
committed by GitHub
parent 145b1f5968
commit 617855a4bb

View File

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