using the browserslist mapbox says in their documentation
This commit is contained in:
parent
4442599640
commit
2a3c000e9e
1 changed files with 6 additions and 4 deletions
10
package.json
10
package.json
|
|
@ -101,10 +101,12 @@
|
|||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
"safari >= 15",
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 edge version"
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all",
|
||||
"not chrome < 56",
|
||||
"not safari < 15",
|
||||
"not android < 56"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue