This repository was archived by the owner on Apr 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,7 @@ test --test_output=errors
15
15
16
16
# Use the Angular 6 compiler
17
17
build --define=compile=legacy
18
+
19
+ # Turn off legacy external runfiles
20
+ run --nolegacy_external_runfiles
21
+ test --nolegacy_external_runfiles
Original file line number Diff line number Diff line change @@ -20,6 +20,20 @@ http_archive(
20
20
sha256 = "edf39af5fc257521e4af4c40829fffe8fba6d0ebff9f4dd69a6f8f1223ae047b" ,
21
21
)
22
22
23
+ # build_bazel_rules_nodejs 0.15.3 supports the --nolegacy_external_runfiles flag
24
+ http_archive (
25
+ name = "build_bazel_rules_nodejs" ,
26
+ urls = ["https://github.com/bazelbuild/rules_nodejs/archive/0.15.3.zip" ],
27
+ strip_prefix = "rules_nodejs-0.15.3" ,
28
+ )
29
+
30
+ # TODO(gmagolan): updated to tagged release
31
+ http_archive (
32
+ name = "build_bazel_rules_typescript" ,
33
+ urls = ["https://github.com/gregmagolan/rules_typescript/archive/0e1d50f563db50037d5b2240d16232be736e30e5.zip" ],
34
+ strip_prefix = "rules_typescript-0e1d50f563db50037d5b2240d16232be736e30e5" ,
35
+ )
36
+
23
37
# The @angular repo contains rule for building Angular applications
24
38
# TODO(gmagolan): Update to next 7.0.x tag when it is released
25
39
http_archive (
You can’t perform that action at this time.
0 commit comments