1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-19 20:13:15 +00:00
Files
xslt-lab/frontend
alexandrev-tibco c86026460c Perf: replace Monaco Editor with CodeMirror 6
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>
2026-04-18 14:12:05 +02:00
..