using old broswerlist
This commit is contained in:
parent
a387b14d3e
commit
7faed458e1
1 changed files with 7 additions and 3 deletions
10
package.json
10
package.json
|
|
@ -101,9 +101,13 @@
|
|||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
">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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue