Skip to content

Commit 0a879b3

Browse files
author
Angular Builds
committed
9277eed1d refactor(@ngtools/webpack): remove deprecated ivy namespace
1 parent f46e2af commit 0a879b3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"builders": "builders.json",
88
"dependencies": {
99
"@ampproject/remapping": "1.1.1",
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#7068de280",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#7068de280",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#7068de280",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#9277eed1d",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#9277eed1d",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#9277eed1d",
1313
"@babel/core": "7.16.12",
1414
"@babel/generator": "7.16.8",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
@@ -20,7 +20,7 @@
2020
"@babel/runtime": "7.16.7",
2121
"@babel/template": "7.16.7",
2222
"@discoveryjs/json-ext": "0.5.6",
23-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#7068de280",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#9277eed1d",
2424
"ansi-colors": "4.1.1",
2525
"babel-loader": "8.2.3",
2626
"babel-plugin-istanbul": "6.1.1",

src/builders/browser/schema.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export interface Schema {
2424
*/
2525
budgets?: Budget[];
2626
/**
27-
* Enables '@angular-devkit/build-optimizer' optimizations when using the 'aot' option.
27+
* Enables advanced build optimizations when using the 'aot' option.
2828
*/
2929
buildOptimizer?: boolean;
3030
/**

src/builders/browser/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
},
282282
"buildOptimizer": {
283283
"type": "boolean",
284-
"description": "Enables '@angular-devkit/build-optimizer' optimizations when using the 'aot' option.",
284+
"description": "Enables advanced build optimizations when using the 'aot' option.",
285285
"default": true
286286
},
287287
"namedChunks": {

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Thu Jan 27 2022 19:37:29 GMT+0000 (Coordinated Universal Time)
1+
Thu Jan 27 2022 19:37:37 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)