Skip to content

Commit 8bc8eca

Browse files
cexbrayatKeen Yee Liau
authored and
Keen Yee Liau
committed
docs: remove UglifyJS mention
Now that #11996 landed, the CLI uses Terser instead of UglifyJS.
1 parent ba42659 commit 8bc8eca

File tree

1 file changed

+1
-1
lines changed
  • packages/angular_devkit/build_optimizer

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_optimizer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Transformations applied depend on file content:
1111
- [Import tslib](#import-tslib): applied when TypeScript helpers are found.
1212

1313
Some of these optimizations add `/*@__PURE__*/` comments.
14-
These are used by [UglifyJS](https://github.com/mishoo/UglifyJS2) to identify pure functions that can potentially be dropped.
14+
These are used by JS optimization tools to identify pure functions that can potentially be dropped.
1515

1616

1717
### Class fold

0 commit comments

Comments
 (0)