Revert "build: Bazel builds ngfactories for packages/core (#18289)"

This reverts commit bcea196530.
This commit is contained in:
Miško Hevery
2017-07-27 10:51:41 -07:00
parent 2245748c14
commit 45a10419bc
11 changed files with 11 additions and 132 deletions

View File

@ -1,13 +0,0 @@
package(default_visibility=["//visibility:public"])
load("@build_bazel_rules_typescript//:defs.bzl", "ts_library")
ts_library(
name = "compiler",
srcs = glob(["**/*.ts"], exclude=[
"test/**",
"testing/**",
]),
module_name = "@angular/compiler",
deps = ["//packages/core"],
tsconfig = ":tsconfig-build.json",
)