y-js / y-websockets-client

Websocket connector for Yjs (Browser/Node client)
20 stars 10 forks source link

Improve Compatibility with RequireJS #1

Closed Joeao closed 8 years ago

Joeao commented 8 years ago

The requiring of utf8 @:3252 and json3 @:6500 imports empty objects when using RequireJS. Both plugins suggest being required the standard way for RequireJS, e.g. by setting their path first, rather than using require("json3"). If the user requires these plugins themselves, they will be overwritten by yjs-websockets-client.

dmonad commented 8 years ago

fixed with release 0.7.10