Skip to content
Snippets Groups Projects
Verified Commit 80816ec5 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fix #854: Hardcoded list of supported browsers to avoid unexpected regressions

parent d0af4507
No related branches found
No related tags found
No related merge requests found
Hardcoded list of supported browsers to avoid unexpected regressions (#854)
......@@ -85,9 +85,20 @@
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
"IE >= 11",
"Firefox >= 52",
"ChromeAndroid >= 70",
"Chrome >= 49",
"Safari >= 9",
"Edge >= 16",
"Opera >= 57",
"OperaMini >= 57",
"Samsung >= 7",
"FirefoxAndroid >= 63",
"UCAndroid >= 11",
"iOS >= 9",
"Android >= 4",
"not dead"
],
"author": "Eliot Berriot <contact@eliotberriot.com>",
"description": "Funkwhale front-end"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment