build: extract .browserslistrc

This commit is contained in:
chenjiahan
2021-04-06 20:10:20 +08:00
parent 0b60b553c4
commit 39cb0b461e
3 changed files with 3 additions and 9 deletions

View File

@@ -75,9 +75,5 @@
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
},
"web-types": "vetur/web-types.json",
"browserslist": [
"Chrome >= 51",
"iOS >= 10"
]
"web-types": "vetur/web-types.json"
}