angular-docs-cn/tools/rxjs/BUILD.bazel
Alex Rickabaugh 660800ca4e Revert "build: update to rules_nodejs 0.32.2 (#31019)" (#31267)
This reverts commit a38433f36b036cb2956066cb6a5843bef73a4de1.

Reason: this causes failures in g3 with i18n extraction. See #31267.

PR Close #31267
2019-06-25 14:36:00 -07:00

10 lines
200 B
Python

package(default_visibility = ["//visibility:public"])
filegroup(
name = "rxjs_umd_modules",
srcs = [
":rxjs_shims.js",
"@npm//node_modules/rxjs:bundles/rxjs.umd.js",
],
)