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