build(bazel): update to rules_typescript 0.17.0 & rules_nodejs 0.13.4 (#25920)

PR Close #25920
This commit is contained in:
Greg Magolan
2018-09-11 18:11:32 -07:00
committed by Ben Lesh
parent f47f2628e1
commit b99d7ed5bf
65 changed files with 111 additions and 258 deletions

View File

@ -19,6 +19,7 @@ ts_devserver(
rollup_bundle(
name = "bundle",
entry_point = "packages/bazel/test/protractor-2/app",
node_modules = "//:node_modules",
deps = [":app"],
)