diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 7fb8246af2..e48bb20819 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,8 @@ "updates": "10.2.11" }, "browserslist": [ - "defaults" + "defaults", + "not ie > 0", + "not ie_mob > 0" ] } |