Skip to content
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

[Rendezvous] Protobuff class generation as part of packing #182

Open
da-kami opened this issue Jul 19, 2021 · 0 comments
Open

[Rendezvous] Protobuff class generation as part of packing #182

da-kami opened this issue Jul 19, 2021 · 0 comments

Comments

@da-kami
Copy link
Member

da-kami commented Jul 19, 2021

Trigger the proto-classes code generation on webpack build as optimization.

For #174 protobuf message classes are generated using protobuf.js CLI:
Run yarn run pbjs -t static-module -o src/proto.js src/rpc.proto to generate the javascript code.
Run yarn run pbts -o src/proto.d.ts src/proto.js to generate types for the generated javascript code.

Currently the generated code is just added to the repository.

@da-kami da-kami mentioned this issue Jul 19, 2021
3 tasks
@da-kami da-kami changed the title Protobuff class generation as part of packing [Rendezvous] Protobuff class generation as part of packing Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant