Skip to content

Commit 4d97acb

Browse files
samcxhuozhi
andauthored
Revert "chore: externalize undici for bundling" (#65727)
## Why? `undici` should be able to compile and bundle now. - x-ref: #65243 --------- Co-authored-by: Jiachi Liu <inbox@huozhi.im>
1 parent 7f3a75d commit 4d97acb

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

docs/02-app/02-api-reference/05-next-config-js/serverExternalPackages.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Next.js includes a [short list of popular packages](https://github.com/vercel/ne
7171
- `ts-node`
7272
- `typescript`
7373
- `vscode-oniguruma`
74-
- `undici`
7574
- `webpack`
7675
- `websocket`
7776
- `zeromq`

docs/03-pages/02-api-reference/03-next-config-js/serverExternalPackages.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Next.js includes a [short list of popular packages](https://github.com/vercel/ne
7171
- `ts-node`
7272
- `typescript`
7373
- `vscode-oniguruma`
74-
- `undici`
7574
- `webpack`
7675
- `websocket`
7776
- `zeromq`

packages/next/src/lib/server-external-packages.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"tailwindcss",
5252
"ts-node",
5353
"typescript",
54-
"undici",
5554
"vscode-oniguruma",
5655
"webpack",
5756
"websocket",

0 commit comments

Comments
 (0)