We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use typescript webapp develop mode will ok (yarn dev) but develop production (yarn build) build result run browser will get
Uncaught TypeError: Cannot convert a BigInt value to a number at Math.pow ()
The text was updated successfully, but these errors were encountered:
browserslist
"browserslist": { "production": [ "chrome >= 67", "edge >= 79", "firefox >= 68", "opera >= 54", "safari >= 14" ], "development": [ "chrome >= 67", "edge >= 79", "firefox >= 68", "opera >= 54", "safari >= 14" ] },
more details: https://www.suhang.me/blog/detail/creat-react-appcannotconvertabigintvaluetoanumber
Sorry, something went wrong.
Reverse using read-bigint, because of #48
840fe13
No branches or pull requests
use typescript webapp
develop mode will ok (yarn dev)
but develop production (yarn build)
build result run browser will get
Uncaught TypeError: Cannot convert a BigInt value to a number at Math.pow ()
The text was updated successfully, but these errors were encountered: