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
Error: Build failed with 1 error:
src/index.ts:12:48: ERROR: Top-level await is currently not supported with the "cjs" output format
at addChunk (node:internal/streams/readable:368:12)```
@nickscamara I notice this issue references CJS compatibility, but the build is currently working in both CJS and ESM formats. Could you provide the Steps to reproduce the error
#997
Giving errors when building for cjs
The text was updated successfully, but these errors were encountered: