feat: add FireFox ESR to production browserslist

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-06-08 14:02:23 +02:00
parent 46e1b7471d
commit e0dcc525fb

View file

@ -26,6 +26,7 @@
"browserslist": { "browserslist": {
"production": [ "production": [
">0.2%", ">0.2%",
"Firefox ESR",
"not dead", "not dead",
"not op_mini all" "not op_mini all"
], ],