Skip to content

Commit

Permalink
docs: remove UglifyJS mention
Browse files Browse the repository at this point in the history
Now that angular#11996 landed, the CLI uses Terser instead of UglifyJS.
  • Loading branch information
cexbrayat committed Oct 30, 2018
1 parent f52f043 commit d9a0781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_optimizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9a0781

Please sign in to comment.