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

tsup plugin #608

Open
segevfiner opened this issue Sep 22, 2024 · 3 comments
Open

tsup plugin #608

segevfiner opened this issue Sep 22, 2024 · 3 comments

Comments

@segevfiner
Copy link

segevfiner commented Sep 22, 2024

tsup runs additional steps besides just running esbuild, so the esbuild plugin doesn't work. It would be nice to have a plugin for tsup.

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Sep 22, 2024
@chargome
Copy link
Member

hey @segevfiner, thanks for reaching out. Could you specify what exactly is not working, maybe we could adapt the existing esbuild plugin instead of creating a new one?

@segevfiner
Copy link
Author

It's not finding the sources or source maps. Presumably as tsup runs esbuild using its API and doesn't directly let esbuild write the output, but post processes it by itself before it lands in the outoput folder.

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Sep 23, 2024
@chargome
Copy link
Member

Alright, we'll have a look 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants