1
0
mirror of https://github.com/angular/angular-cli.git synced 2025-05-21 14:02:43 +08:00

docs: remove UglifyJS mention

Now that https://github.com/angular/angular-cli/pull/11996 landed, the CLI uses Terser instead of UglifyJS.
This commit is contained in:
cexbrayat 2018-10-30 21:09:32 +01:00 committed by Keen Yee Liau
parent ba42659848
commit 8bc8eca027

@ -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