I have a grpc-web question also posted on StackOverflow <https://stackoverflow.com/questions/60858621/grpc-web-importing-from-another-npm-project>, but this seems like a better place to post it. How do I properly generate JS stubs for A.proto that imports B.proto, where there is already a client library generated for B.proto? What I would basically want is that both .proto files have their own generated JS library and I can just install both in a JS project separately. I'm a bit confused since it seems now that I have to compile B.proto files together with B.proto.
(Please see the StackOverflow link if you need a more detailed description) -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/eb884928-4ecc-42dc-8caa-2d706ccc6632%40googlegroups.com.
