From 0083c818174890a540e040b7b33d3bef91b6fea3 Mon Sep 17 00:00:00 2001 From: Doug Parker Date: Wed, 6 Oct 2021 09:43:23 -0700 Subject: [PATCH] docs: mark `@angular-devkit/build-optimizer` as deprecated. DEPRECATED: `@angular-devkit/build-optimizer` It's functionality has been included in `@angular-devkit/build-angular` so this package is no longer needed by the CLI and we will stop publishing the package soon. It has been an experimental (never hit `1.0.0`) and internal (only used by Angular itself) package and should be not be used directly by others. --- packages/angular_devkit/build_optimizer/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/angular_devkit/build_optimizer/README.md b/packages/angular_devkit/build_optimizer/README.md index 0875c259f711..8002ffca1225 100644 --- a/packages/angular_devkit/build_optimizer/README.md +++ b/packages/angular_devkit/build_optimizer/README.md @@ -2,6 +2,11 @@ Angular Build Optimizer contains Angular optimizations applicable to JavaScript code as a TypeScript transform pipeline. +This package is **deprecated** and should not be used. It has always been experimental (never hit +`1.0.0`) and was an internal package for the Angular CLI. All the relevant functionality has been +moved into +[`@angular-devkit/build-angular`](https://npmjs.com/package/@angular-devkit/build-angular). + ## Available optimizations Transformations applied depend on file content: