mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-19 20:13:15 +00:00
c86026460c
Monaco loaded ~2MB from CDN on every visit causing LCP 8.8s. CodeMirror 6 is bundled locally: 434KB (142KB gzip), no CDN dependency. - @uiw/react-codemirror + @codemirror/lang-xml + @codemirror/theme-one-dark - XML syntax highlighting, dark/light theme, readOnly, lineNumbers, wordWrap - Removes CDN preload hints, loader config, Monaco external/chunk config - Editor component simplified (no more lazy/Suspense/eager/requestIdleCallback) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>