build: update to latest @bazel/typescript (#19277)
Switches devmode output of an ng_module to UMD
This commit is contained in:
committed by
Victor Berchet
parent
e224e3d62d
commit
9ad4b3bd31
@@ -1,9 +1,11 @@
|
||||
workspace(name = "angular_src")
|
||||
|
||||
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
|
||||
|
||||
git_repository(
|
||||
name = "build_bazel_rules_nodejs",
|
||||
remote = "https://github.com/bazelbuild/rules_nodejs.git",
|
||||
tag = "0.0.2",
|
||||
tag = "0.1.6",
|
||||
)
|
||||
|
||||
load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories")
|
||||
|
||||
Reference in New Issue
Block a user