Skip to content

Commit

Permalink
chore: update browserslist for the bundle browsers support
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-master committed Jun 12, 2021
1 parent 4f3e4a8 commit 22c9de2
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,9 @@
"framer-motion": "^4.1.17",
"react": "^17.0.2"
},
"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.1%",
"not dead",
"not op_mini all"
]
}

0 comments on commit 22c9de2

Please sign in to comment.