You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: inject a require function to the esm build (#21)
Surprisingly, esbuild apparently outputs ESM bundles with `require`
calls still in them (which is invalid).
Until esbuild sorts this out, we have no option but to inject a
`createRequire` call and hope for the best.
0 commit comments