Zulip Chat Archive

Stream: general

Topic: Esbuild


Conor Bergin (Mar 02 2024 at 23:18):

For anyone else trying to use esbuild to bundle widgets the minimal command is esbuild --bundle --format=esm --platform=node --external:react --external:react-dom outdir=../.lake/build/js src/index.tsx


Last updated: Dec 20 2025 at 21:32 UTC