Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace browserslist with supports bigint (#279)
- Currently `2n ** n` is being compiled incorrectly to `Math.pow(2, n)`. This doesn't work where n is a bigint. In practice this has broken the genesis epoch page - Adding bigint support to browserslist stops the build making this change
- Loading branch information
c04e5ee
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
explorer – ./
explorer-solana-labs.vercel.app
explorer-git-master-solana-labs.vercel.app
explorer.solana.com