@ -147,10 +147,10 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "MyProjectName:build:production"
"buildTarget": "MyProjectName:build:production"
},
"development": {
"browserTarget": "MyProjectName:build:development"
"buildTarget": "MyProjectName:build:development"
}
"defaultConfiguration": "development"
@ -158,7 +158,7 @@
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "MyProjectName:build"
"buildTarget": "MyProjectName:build"
"test": {
@ -20,7 +20,7 @@
"@abp/ng.setting-management": "~8.0.0",
"@abp/ng.tenant-management": "~8.0.0",
"@abp/ng.theme.shared": "~8.0.0",
"@abp/ng.theme.lepton-x": "~3.0.0-rc.1",
"@abp/ng.theme.lepton-x": "~3.0.0",
"@angular/animations": "~17.0.0",
"@angular/common": "~17.0.0",
"@angular/compiler": "~17.0.0",
@ -19,7 +19,7 @@
"@abp/ng.oauth": "~8.0.0",
@ -145,10 +145,10 @@
"browserTarget": "dev-app:build:production"
"buildTarget": "dev-app:build:production"
"browserTarget": "dev-app:build:development"
"buildTarget": "dev-app:build:development"
@ -156,7 +156,7 @@
"browserTarget": "dev-app:build"
"buildTarget": "dev-app:build"