Skip to content

Commit 5e435ff

Browse files
dgp1130filipesilva
authored andcommitted
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.
1 parent bf0709b commit 5e435ff

File tree

1 file changed

+5
-0
lines changed
  • packages/angular_devkit/build_optimizer

1 file changed

+5
-0
lines changed

packages/angular_devkit/build_optimizer/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Angular Build Optimizer contains Angular optimizations applicable to JavaScript code as a TypeScript transform pipeline.
44

5+
This package is **deprecated** and should not be used. It has always been experimental (never hit
6+
`1.0.0`) and was an internal package for the Angular CLI. All the relevant functionality has been
7+
moved into
8+
[`@angular-devkit/build-angular`](https://npmjs.com/package/@angular-devkit/build-angular).
9+
510
## Available optimizations
611

712
Transformations applied depend on file content:

0 commit comments

Comments
 (0)