Skip to content

Commit

Permalink
Don't support ancient browsers
Browse files Browse the repository at this point in the history
To fix BigInt transpilation error.
  • Loading branch information
ryanberckmans committed Jul 8, 2024
1 parent 30af801 commit cb580f0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@
"supports cryptography",
"supports fetch",
"supports textencoder",
"not dead"
"not dead",
">0.2%",
"not ie <= 99",
"not android <= 4.4.4",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
Expand Down Expand Up @@ -84,4 +89,4 @@
"test": "react-scripts test",
"ts-prune": "ts-prune"
}
}
}

0 comments on commit cb580f0

Please sign in to comment.