build: convert entry_point to label (#30627)

PR Close #30627
This commit is contained in:
Alex Eagle
2019-06-07 13:38:06 -07:00
committed by Igor Minar
parent a794143820
commit ef0b2cc74d
56 changed files with 108 additions and 3786 deletions

View File

@ -32,7 +32,7 @@ ts_library(
ng_rollup_bundle(
name = "bundle",
entry_point = "modules/benchmarks/src/expanding_rows/index.js",
entry_point = ":index.ts",
deps = [
":application_lib",
"@npm//rxjs",

View File

@ -20,7 +20,7 @@ ng_module(
ng_rollup_bundle(
name = "bundle",
entry_point = "modules/benchmarks/src/largetable/render3/index.js",
entry_point = ":index.ts",
tags = ["ivy-only"],
deps = [
":largetable_lib",

View File

@ -19,7 +19,7 @@ ng_module(
ng_rollup_bundle(
name = "bundle",
entry_point = "modules/benchmarks/src/tree/render3/index.js",
entry_point = ":index.ts",
tags = ["ivy-only"],
deps = [
":tree_lib",