build(bazel): update to rules_nodejs 0.11.2 and latest rules_typescript (#25169)

PR Close #25169
This commit is contained in:
Greg Magolan
2018-07-27 11:32:51 -07:00
committed by Igor Minar
parent 4ee9db959a
commit 5254d3447d
11 changed files with 48 additions and 28 deletions

View File

@ -30,7 +30,7 @@ nodejs_binary(
name = "ngc-wrapped",
data = [
":ngc_lib",
"@build_bazel_rules_typescript//internal:worker_protocol.proto",
"@build_bazel_rules_typescript//third_party/github.com/bazelbuild/bazel/src/main/protobuf:worker_protocol.proto",
],
entry_point = "angular/packages/bazel/src/ngc-wrapped/index.js",
visibility = ["//visibility:public"],