fix: browser support 범위 추가

This commit is contained in:
2021-09-10 18:43:29 +09:00
parent 7d11bc152e
commit f1e8d70554
+5 -3
View File
@@ -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"
]
}
}