Skip to content

Commit

Permalink
docs: mark @angular-devkit/build-optimizer as deprecated.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dgp1130 authored and filipesilva committed Oct 6, 2021
1 parent bf0709b commit 5e435ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/angular_devkit/build_optimizer/README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 5e435ff

Please sign in to comment.