Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: setup esbuild for bundling typescript #16

Merged
merged 1 commit into from
Jul 10, 2024
Merged

chore: setup esbuild for bundling typescript #16

merged 1 commit into from
Jul 10, 2024

Conversation

lewxdev
Copy link
Owner

@lewxdev lewxdev commented Jul 10, 2024

use the bundling extensions documentation as a guide for setting up
esbuild. unfortunately, esbuild is necessary since bun does not support
the "cjs" output format yet, which is required for vscode extensions.

see: https://code.visualstudio.com/api/working-with-extensions/bundling-extension#using-esbuild

Copy link
Owner Author

lewxdev commented Jul 10, 2024

use the bundling extensions documentation as a guide for setting up
esbuild. unfortunately, esbuild is necessary since bun does not support
the "cjs" output format yet, which is required for vscode extensions.

see: https://code.visualstudio.com/api/working-with-extensions/bundling-extension#using-esbuild
@lewxdev lewxdev merged commit e91f40f into main Jul 10, 2024
@lewxdev lewxdev deleted the bundling branch July 10, 2024 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant