On ESM vs CommonJS: Why can't we simply import the source, and have it compile to whatever we need? That might not always work, but would certainly simplify stuff.
Turns out esbuild makes it stupidly easy to provide both ESM and CJS builds. Thanks god... I mean, open source.
PantherX Community