Skip to content

Commit a93d747

Browse files
cexbrayatkyliau
authored andcommitted
docs: remove UglifyJS mention
Now that #11996 landed, the CLI uses Terser instead of UglifyJS.
1 parent 93649b8 commit a93d747

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

Lines changed: 1 addition & 1 deletion
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)