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 · 2 comments
Open

Support esbuild #41

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

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

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

No branches or pull requests

3 participants