2
0
mirror of https://github.com/tenrok/maska.git synced 2026-06-05 16:42:28 +03:00

browserlist was not using array

This commit is contained in:
Gregg Green
2022-01-20 12:50:12 -05:00
parent 960613f4f4
commit a5598c819a
+4 -1
View File
@@ -38,7 +38,10 @@
"standard": "^16.0.3",
"typescript": "^4.1.2"
},
"browserslist": "> 0.25%, ie 11",
"browserslist": [
"> 0.25%",
"ie 11"
],
"babel": {
"presets": [
"@babel/preset-env"