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
I wonder if there might be a way to generate a browser build for the ShareDB client that does not have JSON0 bundled with it, to reduce the size of the bundle. Thanks!
The text was updated successfully, but these errors were encountered:
Related to #284
Use case: I want to use the ShareDB client with JSON1, and I'm looking to generate a client build that does not contain JSON0 bundled with it.
The ShareDB client has a hard dependency on JSON0, and it's pulled in here:
https://github.com/share/sharedb/blob/master/lib/client/index.js#L5
https://github.com/share/sharedb/blob/master/lib/types.js#L2
I wonder if there might be a way to generate a browser build for the ShareDB client that does not have JSON0 bundled with it, to reduce the size of the bundle. Thanks!
The text was updated successfully, but these errors were encountered: