diff --git a/packages/angular_devkit/build_optimizer/README.md b/packages/angular_devkit/build_optimizer/README.md index ad15925c6a94..0a7b3236badb 100644 --- a/packages/angular_devkit/build_optimizer/README.md +++ b/packages/angular_devkit/build_optimizer/README.md @@ -11,7 +11,7 @@ Transformations applied depend on file content: - [Import tslib](#import-tslib): applied when TypeScript helpers are found. Some of these optimizations add `/*@__PURE__*/` comments. -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. ### Class fold