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

Add option --no-bundle #67

Closed
wants to merge 4 commits into from
Closed

Add option --no-bundle #67

wants to merge 4 commits into from

Conversation

Leokuma
Copy link

@Leokuma Leokuma commented Aug 23, 2024

Adds support for the option --no-bundle, equivalent to using esbuild without --bundle.

Closes #66.

@Leokuma
Copy link
Author

Leokuma commented Aug 25, 2024

This needs more work because it doesn't handle imports recursively. So imports called from other imports are not transpiled or included in the final build. I'll try to work on it when I have time.

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.

feat: Leverage esbuild CLI commands
1 participant