mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
feat: add FireFox ESR to production browserslist
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
46e1b7471d
commit
e0dcc525fb
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"Firefox ESR",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue