Skip to content

Commit

Permalink
Merge pull request #16841 from ShenHongFei/complete-node-builtins
Browse files Browse the repository at this point in the history
fix: complete the missing nodejs builtin modules
  • Loading branch information
TheLarkInn committed Mar 21, 2023
2 parents eadbd7d + 66fe018 commit 4a4ba2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/node/NodeTargetPlugin.js
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 4a4ba2c

Please sign in to comment.