-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove decentralandLibrary and exports #123
base: decentraland-sdk7
Are you sure you want to change the base?
Conversation
ts error when importing file from dist path: `The path "./dist/colyseus-decentraland" is not exported by package "colyseus.js":`
Hi @gonpombo8. I'm not too familiar with the latest SDK7 on Decentraland, can you provide more background info, and how to reproduce the issue? The Cheers |
Hi @gonpombo8, I see! Thanks for the details. Can you try It should be possible to import like this now: import { Client, Room } from "colyseus.js/decentraland"; |
Hi @endel. Yes, sure. Thanks for the response. 😁 We are using esbuild for the build process for the scenes and we can import any file/package now, so the decentralandLibrary is no needed anymore for the SDK7. If I try to import directly the file |
THANKS!!!! 🤍 |
Hard to say what's the issue there. Can you send me the final build so I can take a look? If you'd like to we can chat via Discord to speed this up (my user is endel#2163) |
ts error when importing file from dist path:
The path "./dist/colyseus-decentraland" is not exported by package "colyseus.js":