forked from devsam/core
fix: browser support 범위 추가
This commit is contained in:
+5
-3
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user