fix(compiler): always emit summaries for jit with ng_module bazel rule.

This commit is contained in:
Tobias Bosch 2017-10-02 17:17:14 -07:00 committed by Alex Rickabaugh
parent c4129137e7
commit 1058b2a778
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def _ngc_tsconfig(ctx, files, srcs, **kwargs):
"angularCompilerOptions": {
"generateCodeForLibraries": False,
"allowEmptyCodegenFiles": True,
"enableSummariesforJit": True,
"enableSummariesForJit": True,
# FIXME: wrong place to de-dupe
"expectedOut": depset([o.path for o in expected_outs]).to_list()
}