fix(bazel): correct type concatenated to devmode_js (#25467)
PR Close #25467
This commit is contained in:
parent
97d8b5ed88
commit
fb2c5241fc
|
@ -176,7 +176,7 @@ def _expected_outs(ctx):
|
|||
else:
|
||||
devmode_js = [".js"]
|
||||
if not _is_bazel():
|
||||
devmode_js += ".ngfactory.js"
|
||||
devmode_js += [".ngfactory.js"]
|
||||
summaries = []
|
||||
metadata = []
|
||||
elif include_ng_files and short_path.endswith(".css"):
|
||||
|
|
Loading…
Reference in New Issue