blob: bece987555859a5fe6c89430eb18379bccb69f95 [file]
load("//:plugin.bzl", "proto_plugin")
proto_plugin(
name = "grpc.js",
outputs = [".grpc.js"],
tool = "@com_github_stackb_grpc_js//protoc-gen-grpc-js",
transitivity = {
"google/protobuf": "exclude",
},
visibility = ["//visibility:public"],
)