create .browserslistrc (and remove support from old browsers...)

main
Cameron Clough 2022-01-09 16:54:34 +00:00
parent fb27105cba
commit fafe3aef67
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
2 changed files with 8 additions and 12 deletions

8
.browserslistrc 100644
View File

@ -0,0 +1,8 @@
# browsers that we support
[production]
> 0.5%
[development]
last 1 chrome version
last 1 firefox version

View File

@ -37,17 +37,5 @@
},
"devDependencies": {
"eslint-config-airbnb": "^19.0.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}