@angular/cli migration - update-angular-config-v12

Remove deprecated options from 'angular.json' that are no longer present in v12.
This commit is contained in:
Phillip Kühne 2022-09-24 02:24:15 +02:00
parent a1264cb15b
commit bc5818f50d
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -32,7 +32,13 @@
"src/custom-theme.scss",
"src/styles.scss"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
@ -64,7 +70,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",