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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
] ]
} }