Skip to content

Commit b48603e

Browse files
JeanMecheatscott
authored andcommitted
build: remove undici
Node provides now its own fetch implementation, so we can remove undici from our dependencies and use the built-in one instead.
1 parent b9cbb14 commit b48603e

File tree

4 files changed

+18709
-236
lines changed

4 files changed

+18709
-236
lines changed

.github/actions/deploy-docs-site/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ esbuild_checked_in(
1111
config = "esbuild.conf.js",
1212
entry_point = ":lib/main.mts",
1313
external = [
14-
"undici",
1514
"pnpapi",
1615
],
1716
metafile = False,

0 commit comments

Comments
 (0)