adding browserslist target

This commit is contained in:
csawatzky 2025-05-07 14:48:40 -06:00
parent c8c90024b6
commit 9306790dc3

View file

@ -98,5 +98,21 @@
"vite-plugin-pwa": "^0.21.1", "vite-plugin-pwa": "^0.21.1",
"vite-tsconfig-paths": "^5.1.2", "vite-tsconfig-paths": "^5.1.2",
"vitest": "^3.0.7" "vitest": "^3.0.7"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"not safari < 10",
"not chrome < 51",
"not android < 5",
"not ie < 12"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
} }
} }