Hi everyone. I found that some unnecessary librari...
# help
a
Hi everyone. I found that some unnecessary libraries were included in the bundle. In order to analyze it, I need some tools as webpack-bundle-analyzer. Does anybody use smth like that?
t
Bundle for the function? Yeah use esbuild with --analyze=verbose
Let me find the full command
a
Sure
t
Copy code
npx esbuild --analyze=verbose --external:aws-sdk --platform=node --bundle <file>