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
Hi I am trying to using ESBuild for creating the ESM build of Excalidraw. However dynamic import json doesn't seem to work even though its mention in docs (The support for with was released in 0.19.7
Thank you for the report. I'm hoping that this was #3319, which was just fixed. Please update esbuild and try again.
If that didn't fix it, then I'm going to need a way to reproduce your issue as I unfortunately am not able to fix your issue without a way to reproduce it. Please provide a way for me to reproduce your issue.
Hi I am trying to using ESBuild for creating the ESM build of Excalidraw. However dynamic import json doesn't seem to work even though its mention in docs (The support for
with
was released in 0.19.7This gets converted to 👇🏻
This code throws error -> "chunk-EGAXOKDI.js:7443 Failed to load language en: globImport_locales_json is not defined" .
EDIT
However, If I hardcode the string path then it works, so probably the root cause is the path is dynamic and that's why its not working.
Is there anything I am missing to make Dynamic Import JSON work with dynamic paths ?
Thank you!
The text was updated successfully, but these errors were encountered: