Last active
June 6, 2025 07:31
-
-
Save davidcsejtei/2719fd77e5c608b898cc57642f124203 to your computer and use it in GitHub Desktop.
CommonJS - product code generation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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