Skip to content

Commit

Permalink
Simplify browserlist config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuth committed Nov 24, 2019
1 parent 5c60fd1 commit 834b1c3
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,10 @@
"test": "react-scripts test"
},
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}

0 comments on commit 834b1c3

Please sign in to comment.