Zhaoming Li
Zhaoming Li
The CLI and the browser runtime source code are in one package. Most people are only using protobuf.js for their runtime dep. For providing a smaller installed size, the author...
> Is there a mitigation for this? We tried including the libraries in our own package.json but it still installs them anyway. Because the libraries are installed in `/cli/node_modules` instead...
Thanks for your great work. I wonder if still has any plan on this feature?
I think we need an import option `js_package` (like `go_package` for go) could use the npm package to override the relative path. For example: ```proto // in google/api/annotations.proto option js_package...