pulling out the browserslilst

This commit is contained in:
csawatzky 2025-05-08 13:15:32 -06:00
parent 71432d8d56
commit 4faf28ad06

View file

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