We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5aa20 commit d040635Copy full SHA for d040635
src/kame-config.js
@@ -22,6 +22,8 @@ exports.resolve = (id, fromFilePath) => {
22
case "path":
23
case "node:path":
24
case "node:module":
25
+ case "node:process":
26
+ case "node:buffer":
27
case "vm":
28
case "node:vm":
29
case "stream": {
0 commit comments