Skip to content

Commit

Permalink
Remove unwanted log
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Mar 8, 2024
1 parent 30ad3e7 commit ff1eb1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/esbuild-plugin-require-resolve/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export default function () {

const emittedFile = await build.emitFile(resolvedFilePath);
const outputFile = build.resolveRelativePath(emittedFile.path);
console.log(`'${outputFile}'`);
helpers.overwrite(argument.start, argument.end, `'${outputFile}'`);
},
});
Expand Down

0 comments on commit ff1eb1d

Please sign in to comment.