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

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

2
.browserslistrc Normal file

@ -0,0 +1,2 @@
Chrome >= 51
iOS >= 10

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

@ -27,10 +27,6 @@
"release-it": "^14.2.2", "release-it": "^14.2.2",
"vue": "^3.0.0" "vue": "^3.0.0"
}, },
"browserslist": [
"Android >= 4.0",
"iOS >= 8"
],
"release-it": { "release-it": {
"git": { "git": {
"tag": false, "tag": false,