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
Possibly the code could be exported as a component or a hook (useCollaboration( IsolatedBlockEditor, transport ) etc), and then Webpack might be able to tree shake it away.
A child component (like EditorLoaded) might work too.
The text was updated successfully, but these errors were encountered:
Yjs adds about 23KB gzipped to the bundle, which goes unused for the majority of consumers who won't use real-time collaboration features.
As suggested in #32 (comment):
A child component (like
EditorLoaded
) might work too.The text was updated successfully, but these errors were encountered: