Skip to content

Commit

Permalink
wait a minute
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Apr 2, 2022
1 parent e5fe1c1 commit 11d9be1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/esbuild/native-node-module.ts
Expand Up @@ -26,7 +26,6 @@ export const nativeNodeModulesPlugin = (): Plugin => {
// Files in the "node-file" virtual namespace call "require()" on the
// path from esbuild of the ".node" file in the output directory.
build.onLoad({ filter: /.*/, namespace: 'node-file' }, (args) => {
console.log(args.path)
return {
contents: `
import path from ${JSON.stringify(args.path)}
Expand Down

1 comment on commit 11d9be1

@vercel
Copy link

@vercel vercel bot commented on 11d9be1 Apr 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.