fix(compiler): always emit summaries for jit with ng_module bazel rule.
This commit is contained in:
parent
c4129137e7
commit
1058b2a778
|
@ -71,7 +71,7 @@ def _ngc_tsconfig(ctx, files, srcs, **kwargs):
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
"generateCodeForLibraries": False,
|
"generateCodeForLibraries": False,
|
||||||
"allowEmptyCodegenFiles": True,
|
"allowEmptyCodegenFiles": True,
|
||||||
"enableSummariesforJit": True,
|
"enableSummariesForJit": True,
|
||||||
# FIXME: wrong place to de-dupe
|
# FIXME: wrong place to de-dupe
|
||||||
"expectedOut": depset([o.path for o in expected_outs]).to_list()
|
"expectedOut": depset([o.path for o in expected_outs]).to_list()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue