-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
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 |
+1 For esbuild bundle analysis. Using it for MQTT.js: https://github.com/mqttjs/MQTT.js |
Since we currently only support Rollup, Vite, and Webpack 5, we want to expand our potential user base by expanding support to esbuild.
The text was updated successfully, but these errors were encountered: