fix: browser support 범위 추가
This commit is contained in:
+4
-2
@@ -84,8 +84,10 @@
|
|||||||
"lint"
|
"lint"
|
||||||
],
|
],
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
|
"last 3 versions",
|
||||||
"> 0.4%",
|
"> 0.4%",
|
||||||
"not ie <= 11",
|
"not dead",
|
||||||
"not op_mini all"
|
"not op_mini all",
|
||||||
|
"not ie <= 11"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user