Skip to content

Commit 11d9be1

Browse files
authored
wait a minute
1 parent e5fe1c1 commit 11d9be1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/esbuild/native-node-module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export const nativeNodeModulesPlugin = (): Plugin => {
2626
// Files in the "node-file" virtual namespace call "require()" on the
2727
// path from esbuild of the ".node" file in the output directory.
2828
build.onLoad({ filter: /.*/, namespace: 'node-file' }, (args) => {
29-
console.log(args.path)
3029
return {
3130
contents: `
3231
import path from ${JSON.stringify(args.path)}

0 commit comments

Comments
 (0)