GeoJung Im
GeoJung Im
Hi @nperez0111, Thanks for looking into this. I've found an interesting discrepancy that suggests these language definitions are indeed included in the client bundle: 1. Using Next.js bundle analyzer (`ANALYZE=true...
I've examined the actual content of `emacs-lisp.mjs` and found that it contains a massive JSON object with language definitions:  I noticed this file is quite large (785.91 KB uncompressed...
Thanks for your response! I’ve checked, and the emacs-lisp file isn’t being downloaded on the client side; it’s dynamically loaded when needed. However, the issue seems to be that it's...