Skip to content

Commit

Permalink
style: fix inline comment typo (#32090)
Browse files Browse the repository at this point in the history
PR Close #32090
  • Loading branch information
alan-agius4 authored and kara committed Aug 12, 2019
1 parent c67f490 commit 972550e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bazel/src/ng_package/ng_package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def _rollup(ctx, bundle_name, rollup_config, entry_point, inputs, js_output, for
args.add("--amd.id", package_name)

# 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
# test failures if they are removed.
# See comments in:
Expand Down

0 comments on commit 972550e

Please sign in to comment.