DEV Community

Discussion on: Angular Ivy: a detailed introduction

Collapse
 
eugeniolentini profile image
Eugenio Lentini

I have to double check because during the Angular Connect 2018 they talked about Uglify plugin, may be they have changed the implmentation, thanks, much appreciated :-)

Collapse
 
layzee profile image
Lars Gyrup Brink Nielsen

Terser is listed as a dependency in Angular CLI's package.json and used in Angular builder.

In the past, they used uglify-es, but it became abandoned and a fork turned into Terser.