esbuild/esbuild.github.io

Bundling esbuild with esbuild (deno)

danielr1996 opened this issue · 1 comments

I'm trying to bundle a cli application with esbuild that uses esbuild internally to dynamically load modules. Now when i deno run the bundle the cli prints

Usage:
  esbuild [options] [entry points]

Documentation:
  https://esbuild.github.io/

Repository:
  https://github.com/evanw/esbuild
....

Which seems to be the same as when running esbuild itself in cli mode, could there be a scoping problem when bundling files with esbuild that themself consume esbuild as a library? Not however that bundling the same file with deno bundle or running the unbundled file with deno run executes my cli and works as expected.

evanw commented

Sorry, this isn't the right repo. This is the repo for esbuild's documentation. The correct repo is here: https://github.com/evanw/esbuild/. Please repost this issue over there and provide a way to reproduce the issue.