From d9a078118f02ac04b6d60a9ee8d18e01ad929111 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 30 Oct 2018 21:09:32 +0100 Subject: [PATCH] docs: remove UglifyJS mention Now that https://github.com/angular/angular-cli/pull/11996 landed, the CLI uses Terser instead of UglifyJS. --- packages/angular_devkit/build_optimizer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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