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

This commit is contained in:
Eliot Berriot 2019-06-17 09:48:56 +02:00
parent d0af4507d9
commit 80816ec50d
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 15 additions and 3 deletions

View File

@ -0,0 +1 @@
Hardcoded list of supported browsers to avoid unexpected regressions (#854)

View File

@ -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"