Skip to content

Commit

Permalink
fix: complete the missing nodejs builtin modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenHongFei committed Mar 18, 2023
1 parent f58ff9b commit 66fe018
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/node/NodeTargetPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const builtins = [
"http2",
"https",
"inspector",
"inspector/promises",
"module",
"net",
"os",
Expand All @@ -42,8 +43,10 @@ const builtins = [
"punycode",
"querystring",
"readline",
"readline/promises",
"repl",
"stream",
"stream/consumers",
"stream/promises",
"stream/web",
"string_decoder",
Expand Down

0 comments on commit 66fe018

Please sign in to comment.