This reverts commit a38433f36b036cb2956066cb6a5843bef73a4de1. Reason: this causes failures in g3 with i18n extraction. See #31267. PR Close #31267
10 lines
200 B
Python
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",
|
|
],
|
|
)
|