Update Browserslist config

The config was extended to always include Firefox ESR and `defaults`, and moved to the package.json
This commit is contained in:
Nikita Karamov 2023-03-16 10:28:48 +01:00
parent eedb876dcd
commit 3868d1325e
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
2 changed files with 1 additions and 1 deletions

View File

@ -1 +0,0 @@
cover 95%

View File

@ -19,6 +19,7 @@
"test": "pnpm run lint",
"serve": "sirv ./public --dev"
},
"browserslist": "cover 95%, last 2 versions, Firefox ESR, not dead",
"devDependencies": {
"autoprefixer": "^10.4.2",
"browserslist": "^4.19.1",