Skip to content

Commit

Permalink
feat: add support for additional node.js builtin modules
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Dec 14, 2020
1 parent 3f3d013 commit 56f42f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/node/NodeTargetPlugin.js
Expand Up @@ -20,6 +20,7 @@ const builtins = [
"crypto",
"dgram",
"dns",
"dns/promises",
"domain",
"events",
"fs",
Expand All @@ -39,16 +40,19 @@ const builtins = [
"readline",
"repl",
"stream",
"stream/promises",
"string_decoder",
"sys",
"timers",
"timers/promises",
"tls",
"trace_events",
"tty",
"url",
"util",
"v8",
"vm",
"wasi",
"worker_threads",
"zlib"
];
Expand Down

0 comments on commit 56f42f1

Please sign in to comment.