Don't target IE 11 (vue 3 doesn't support it), or Opera Mini (No chance of that working anyway)
This commit is contained in:
parent
c739a062a3
commit
209e615fa5
@ -55,6 +55,8 @@
|
|||||||
"browserslist": [
|
"browserslist": [
|
||||||
"> 1%",
|
"> 1%",
|
||||||
"last 2 versions",
|
"last 2 versions",
|
||||||
"not dead"
|
"not dead",
|
||||||
|
"not IE 11",
|
||||||
|
"not op_mini all"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user