build(bazel): do not build rxjs from source under Bazel (#28720)
PR Close #28720
This commit is contained in:
9
tools/rxjs/BUILD.bazel
Normal file
9
tools/rxjs/BUILD.bazel
Normal file
@ -0,0 +1,9 @@
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
filegroup(
|
||||
name = "rxjs_umd_modules",
|
||||
srcs = [
|
||||
":rxjs_shims.js",
|
||||
"@ngdeps//node_modules/rxjs:bundles/rxjs.umd.js",
|
||||
],
|
||||
)
|
Reference in New Issue
Block a user