build: remove ivy JIT mode (#26863)

PR Close #26863
This commit is contained in:
Misko Hevery
2018-11-01 21:23:06 -07:00
committed by Kara Erickson
parent c13f46c7c5
commit 7d2a746090
36 changed files with 36 additions and 94 deletions

View File

@ -12,7 +12,6 @@ ng_module(
node_modules = "@ngdeps//typescript:typescript__typings",
tags = [
"fixme-ivy-aot",
"no-ivy-jit",
],
deps = [
"//packages/core",
@ -36,6 +35,5 @@ jasmine_node_test(
data = [":flat_module_index"],
tags = [
"fixme-ivy-aot",
"no-ivy-jit",
],
)