From 9882de80794ea09b7efe4e45f9d7077306a18cb1 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 23 Jun 2020 09:18:27 +0300 Subject: [PATCH] Update .browserslistrc (#31124) * remove ExplorerMobile since it's included in `dead` browsers * change Edge to >= 16 otherwise browserslist seems to include >= 17 --- .browserslistrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.browserslistrc b/.browserslistrc index ab6f9ffa2e..c17ce9049c 100644 --- a/.browserslistrc +++ b/.browserslistrc @@ -5,9 +5,8 @@ last 1 major version not dead Chrome >= 60 Firefox >= 60 -Edge >= 16.16299 +Edge >= 16 iOS >= 10 Safari >= 10 Android >= 6 not Explorer <= 11 -not ExplorerMobile <= 11