mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user