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
Describe the bug
I've written my own websocket server based on y-websocket/bin/server.js but instead of rewriting y-websocket/bin/utils.js I've been requiring that file like this:
Describe the bug
I've written my own websocket server based on y-websocket/bin/server.js but instead of rewriting y-websocket/bin/utils.js I've been requiring that file like this:
but since v1.3.13 (where explicit "exports" was added to package.json) I now get this error in Node.js:
Expected behavior
Being able to require subpaths in y-websocket to help custom websocket servers.
Environment Information
The text was updated successfully, but these errors were encountered: