File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "$schema" : " ./node_modules/@angular/cli/lib/config/schema.json" ,
33 "version" : 1 ,
4+ "cli" : {
5+ "packageManager" : " npm"
6+ },
47 "newProjectRoot" : " projects" ,
58 "projects" : {
69 "complete-application" : {
6568 "builder" : " @angular-devkit/build-angular:dev-server" ,
6669 "configurations" : {
6770 "production" : {
68- "browserTarget " : " complete-application:build:production"
71+ "buildTarget " : " complete-application:build:production"
6972 },
7073 "development" : {
71- "browserTarget " : " complete-application:build:development"
74+ "buildTarget " : " complete-application:build:development"
7275 }
7376 },
7477 "defaultConfiguration" : " development"
7578 },
7679 "extract-i18n" : {
7780 "builder" : " @angular-devkit/build-angular:extract-i18n" ,
7881 "options" : {
79- "browserTarget " : " complete-application:build"
82+ "buildTarget " : " complete-application:build"
8083 }
8184 },
8285 "test" : {
You can’t perform that action at this time.
0 commit comments