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
I got the error Module format "cjs" does not support top-level await. Use the "es" or "system" output formats rather. from node_modules/__mf__virtual/xxx__loadShare__react__loadShare__
Hi! If I try to build a cjs code using
I got the error
Module format "cjs" does not support top-level await. Use the "es" or "system" output formats rather.
fromnode_modules/__mf__virtual/xxx__loadShare__react__loadShare__
It seems to me comes from runtime code generation by library. Can I build __mf__virtual using cjs ?
The text was updated successfully, but these errors were encountered: