We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba42659 commit 8bc8ecaCopy full SHA for 8bc8eca
packages/angular_devkit/build_optimizer/README.md
@@ -11,7 +11,7 @@ Transformations applied depend on file content:
11
- [Import tslib](#import-tslib): applied when TypeScript helpers are found.
12
13
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.
+These are used by JS optimization tools to identify pure functions that can potentially be dropped.
15
16
17
### Class fold
0 commit comments