Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get rid of semver from the server bundle (vercel#57321)
This is a 6.6kB (gzipped) win for the Node.js worker size baseline. `jsonwebtoken` uses semver to ensure that the Node.js version is larger than `16.9.0` (which is always true with Next.js) so we can just alias it to be a noop function that returns `true`.
- Loading branch information