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
codemirror is extremely large and has plenty of unnecessary components that aren't tree shaken such as highlighting for many unused languages and all sorts of keybinding options, this takes up a large amount of space which slows page loading
i have progress on a change to something more minimal in this branch
The text was updated successfully, but these errors were encountered:
codemirror is extremely large and has plenty of unnecessary components that aren't tree shaken such as highlighting for many unused languages and all sorts of keybinding options, this takes up a large amount of space which slows page loading
i have progress on a change to something more minimal in this branch
The text was updated successfully, but these errors were encountered: