build: move .browserslistrc to top level (#9396)

This commit is contained in:
neverland 2021-09-03 17:34:42 +08:00 committed by GitHub
parent bc9b01c48b
commit c904b3c78d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -321,6 +321,6 @@ module.exports = {
```json ```json
{ {
"browserslist": ["Android >= 4.0", "iOS >= 8"] "browserslist": ["Chrome >= 51", "iOS >= 10"]
} }
``` ```