Skip to content

Commit deeeb5f

Browse files
samcxhuozhi
authored andcommittedAug 26, 2024
Revert "chore: externalize undici for bundling" (#65727)
`undici` should be able to compile and bundle now. - x-ref: #65243 --------- Co-authored-by: Jiachi Liu <inbox@huozhi.im>

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

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

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ Next.js includes a [short list of popular packages](https://github.com/vercel/ne
6868
- `ts-node`
6969
- `typescript`
7070
- `vscode-oniguruma`
71-
- `undici`
7271
- `webpack`
7372
- `websocket`
7473
- `zeromq`

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

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"tailwindcss",
4747
"ts-node",
4848
"typescript",
49-
"undici",
5049
"vscode-oniguruma",
5150
"webpack",
5251
"websocket",

0 commit comments

Comments
 (0)
Please sign in to comment.