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:
James Lyne 2020-12-22 18:52:38 +00:00
parent c739a062a3
commit 209e615fa5

View File

@ -55,6 +55,8 @@
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
"not dead",
"not IE 11",
"not op_mini all"
]
}