-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Azure WebPubSub Client SDK Protobuf Sample Issue #25703
Comments
@vicancy Please help check and resolve this issue. |
@vicancy Regarding this issue, what is the current progress? |
Thanks for reporting this, @zackliu could you help check? |
@zackliu Any progress about this issue? |
…rotobuf (#27209) ### Packages impacted by this PR @azure/web-pubsub-client-protobuf ### Issues associated with this PR #25703 ### Describe the problem that is addressed by this PR As protobufjs is purely commonjs type but rollup bundle didn't add commonjs support. So only file in `dist-esm/` works but in `dist` doesn't. ### Are there test cases added in this PR? _(If not, why?)_ Test already added `cjs()` plugin in bundle, so it works.
@zzhxiaofeng The same error? These samples depend on released package. I haven't released a new version upon this commit. If you need to have a try, you can use |
@zackliu Ok, I have a try and the issue does not exist by your way. Thank you very much. |
Section link1, link2.
Reason:
Cannot find module './src/index-minimal'
@joheredi, @bterlson for notification.
The text was updated successfully, but these errors were encountered: