preactjs / preact-www

:book: Preact documentation website.
https://preactjs.com
MIT License
358 stars 500 forks source link

chore: Bump codemirror #1148

Closed rschristian closed 3 months ago

rschristian commented 4 months ago

Bumps CodeMirror up to v6, somewhat pulled from #793 (man was that PR a gold mine of stuff). Bit of an increase on the bundle size (loading the 'Simple Counter' w/ no cache: 393kb -> 448kb, -12kb for the uncompressed favicon in preview, or ~43kb bump), but I don't think it's too bad.

I've enabled auto completion (basic, but not bad) and bracket matching with this bump, seem like general nice-to-haves and I am already quite happy with these. There seems to be quite a bit more we can also enable/play around with in the future too.