style: fix inline comment typo (#32090)

PR Close #32090
This commit is contained in:
Alan Agius 2019-08-10 08:04:16 +02:00 committed by Kara Erickson
parent 37de490e23
commit 7b9414565e
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ def _rollup(ctx, bundle_name, rollup_config, entry_point, inputs, js_output, for
args.add("--amd.id", package_name) args.add("--amd.id", package_name)
# After updating to build_bazel_rules_nodejs 0.27.0+, rollup has been updated to v1.3.1 # After updating to build_bazel_rules_nodejs 0.27.0+, rollup has been updated to v1.3.1
# which tree shakes @__PURE__ annotations and const variables which are later ammended by NGCC. # which tree shakes @__PURE__ annotations and const variables which are later amended by NGCC.
# We turn this feature off for ng_package as Angular bundles contain these and there are # We turn this feature off for ng_package as Angular bundles contain these and there are
# test failures if they are removed. # test failures if they are removed.
# See comments in: # See comments in: