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

Support esbuild #41

Open
nicholas-codecov opened this issue Jan 3, 2024 · 3 comments
Open

Support esbuild #41

nicholas-codecov opened this issue Jan 3, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@nicholas-codecov
Copy link
Collaborator

Since we currently only support Rollup, Vite, and Webpack 5, we want to expand our potential user base by expanding support to esbuild.

@drazisil-codecov
Copy link

@drazisil 👋

@AbhiPrasad
Copy link
Collaborator

AbhiPrasad commented Mar 22, 2024

https://esbuild.github.io/api/#metafile

We should tell esbuild to generate a metafile, and then generate bundle analysis stats from that metafile instead of trying to hook into when the individual modules are being processed.

main...abhi-esbuild-plugin#diff-8c61edfd118525d0a6f2234523a84b32bb8f8dac8cff3534bd5074d2b3796132R18

@aj-codecov
Copy link
Collaborator

ESbuild has continued to trend (pretty quickly) up and to the right over other bundlers and doesn't seem to be slowing down, it would be good to support this as we look towards next quarter.
Screenshot 2024-06-10 at 13 44 38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants