Skip to content

Instantly share code, notes, and snippets.

@davidcsejtei
Last active June 6, 2025 07:31
Show Gist options
  • Save davidcsejtei/2719fd77e5c608b898cc57642f124203 to your computer and use it in GitHub Desktop.
Save davidcsejtei/2719fd77e5c608b898cc57642f124203 to your computer and use it in GitHub Desktop.
CommonJS - product code generation
npx esbuild main.js --bundle --outfile=bundle.js
vs
npx esbuild app.js --bundle --format=esm --outfile=bundle.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment