From 02d1795a73b5cafc7308223840438514eccc6837 Mon Sep 17 00:00:00 2001 From: keenondrums Date: Wed, 20 Feb 2019 15:26:07 +0300 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b5b9773..92765d6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # angular-builder-custom-terser-options +Custom Angular builder that allows Terser (Uglify) customization. It's a sub-class of Angular's default builder and it does a very small customization of its logic by extending final webpack config with your custom options for Terser. + **PLEASE UPVOTE [THIS ISSUE](https://github.com/angular/angular-cli/issues/3861) TO BRING TERSER (UGLIFY) CUSTOMIZATION INTO ANGULAR'S DEFAULT BUILDER!!!**