fix(bazel): fixes for ng_package on Windows (#22597)

PR Close #22597
This commit is contained in:
Alex Eagle
2018-03-05 16:47:43 -08:00
committed by Alex Eagle
parent fa974c7d4e
commit 4c40812b71
7 changed files with 22 additions and 16 deletions

View File

@ -10,11 +10,9 @@ http_archive(
load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories")
node_repositories(package_json = ["//:package.json"])
http_archive(
local_repository(
name = "build_bazel_rules_typescript",
url = "https://github.com/bazelbuild/rules_typescript/archive/0.11.0.zip",
strip_prefix = "rules_typescript-0.11.0",
sha256 = "ce7bac7b5287d5162fcbe4f7c14ff507ae7d506ceb44626ad09f6b7e27d3260b",
path = "node_modules/@bazel/typescript",
)
load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace")