From 8716752d22778048a067f1603105e1ae7f2c6049 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 16 Jan 2020 01:28:03 +0100 Subject: [PATCH] update supported browsers and add a few more (#9734) Now includes Firefox ESR, Opera and a few more browser with usages between 0.5% and 1%. defaults resolves to > 0.5%, last 2 versions, Firefox ESR, not dead. Co-authored-by: Antoine GIRARD Co-authored-by: zeripath Co-authored-by: Lunny Xiao --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 40d7f9f2e..b90a5a577 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,6 @@ "webpack-cli": "3.3.10" }, "browserslist": [ - "> 1%", - "last 2 firefox versions", - "last 2 safari versions", - "ie 11" + "defaults" ] }