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
Currently, the code widget does not work properly in ESM builds as it calls require() with a dynamic argument, hence the dynamic loading of language modes is broken.
I'll open a PR to propose a fix.
The text was updated successfully, but these errors were encountered:
Currently, the
code
widget does not work properly in ESM builds as it callsrequire()
with a dynamic argument, hence the dynamic loading of language modes is broken.I'll open a PR to propose a fix.
The text was updated successfully, but these errors were encountered: