Skip to content

Commit c9f1342

Browse files
committed
Add node:* to external packages for esbuild common args.
This is in anticipation of emscripten-core/emscripten#18235
1 parent 165e859 commit c9f1342

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ ESBUILD_COMMON_ARGS = \
103103
--bundle --splitting \
104104
--sourcemap \
105105
--external:path --external:fs --external:module \
106+
--external:node:* \
106107

107108
.PHONY: dev
108109
dev: build/wasm-single-file/twsearch.mjs node_modules

0 commit comments

Comments
 (0)