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: May 02 2025 at 03:31 UTC