From f1e8d7055427e75a47366fec84e6014a56b317b2 Mon Sep 17 00:00:00 2001 From: hide_d Date: Fri, 10 Sep 2021 18:43:29 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20browser=20support=20=EB=B2=94=EC=9C=84?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ed0069d1..f5626f79 100644 --- a/package.json +++ b/package.json @@ -84,8 +84,10 @@ "lint" ], "browserslist": [ + "last 3 versions", "> 0.4%", - "not ie <= 11", - "not op_mini all" + "not dead", + "not op_mini all", + "not ie <= 11" ] -} +} \ No newline at end of file