changing the browserslist to the browsers that mapbox gl js docs say they support

This commit is contained in:
csawatzky 2025-05-08 09:04:05 -06:00
parent 3ea0c2f623
commit 9c8a9cf763

View file

@ -101,13 +101,10 @@
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"not safari < 10",
"not chrome < 51",
"not android < 5",
"not ie < 12"
"safari >= 9",
"last 1 chrome version",
"last 1 firefox version",
"edge >= 13"
],
"development": [
"last 1 chrome version",