changing the browserslist to the browsers that mapbox gl js docs say they support
This commit is contained in:
parent
3ea0c2f623
commit
9c8a9cf763
1 changed files with 4 additions and 7 deletions
11
package.json
11
package.json
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue