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

@ -2,7 +2,7 @@ load(":rollup.bzl", "ls_rollup_bundle")
ls_rollup_bundle(
name = "language-service",
entry_point = "packages/language-service/index.js",
entry_point = "//packages/language-service:index.ts",
globals = {
"fs": "fs",
"path": "path",