Commit Graph

2 Commits

Author SHA1 Message Date
Balázs Orbán 4c46ddd92a chore: drop undici (#56899)
### What?

Note: This is not a breaking change, just removing some unused code.

### Why?

Since #56896 we don't need this, as Node.js 18+ has `fetch` exposed by default.

### How?

Depends on #56896, #56909

We already didn't load `fetch` if `globalThis` had it (ie. Node.js 18+ environments), and since we are dropping support for Node.js 16, these code paths should have no effect on runtime behavior.
2023-10-19 18:35:12 +00:00
JJ Kasper de41597bc8 Fix next/server being required during build (#39310) 2022-08-03 20:18:35 -05:00