File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
packages/schematics/angular/migrations Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 110
110
"factory" : " ./update-11/replace-ng-packagr-builder" ,
111
111
"description" : " Replace deprecated library builder '@angular-devkit/build-ng-packagr'."
112
112
},
113
- "update-angular-config-v11" : {
114
- "version" : " 11.0.0-next.0" ,
115
- "factory" : " ./update-11/update-angular-config" ,
116
- "description" : " Remove deprecated options from 'angular.json' that are no longer present in v11."
117
- },
118
113
"add-declaration-map-compiler-option" : {
119
114
"version" : " 11.0.0-next.2" ,
120
115
"factory" : " ./update-11/add-declaration-map-compiler-option" ,
121
116
"description" : " Add 'declarationMap' compiler options for non production library builds."
117
+ },
118
+ "update-angular-config-v11" : {
119
+ "version" : " 11.0.0-next.5" ,
120
+ "factory" : " ./update-11/update-angular-config" ,
121
+ "description" : " Remove deprecated options from 'angular.json' that are no longer present in v11."
122
122
}
123
123
}
124
124
}
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ export default function (): Rule {
14
14
return updateWorkspace ( workspace => {
15
15
16
16
const optionsToRemove : Record < string , undefined > = {
17
+ environment : undefined ,
17
18
extractCss : undefined ,
18
19
tsconfigFileName : undefined ,
19
20
} ;
You can’t perform that action at this time.
0 commit comments