Fixed angular.json
This commit is contained in:
parent
71c091c226
commit
a113e21e19
@ -3,7 +3,7 @@
|
||||
"version": 1,
|
||||
"newProjectRoot": "projects",
|
||||
"projects": {
|
||||
"kdb-web": {
|
||||
"web": {
|
||||
"projectType": "application",
|
||||
"schematics": {
|
||||
"@schematics/angular:component": {
|
||||
@ -20,7 +20,7 @@
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:browser",
|
||||
"options": {
|
||||
"outputPath": "dist/kdb-web",
|
||||
"outputPath": "dist/web",
|
||||
"index": "src/index.html",
|
||||
"main": "src/main.ts",
|
||||
"polyfills": "src/polyfills.ts",
|
||||
@ -86,10 +86,10 @@
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "kdb-web:build:production"
|
||||
"browserTarget": "web:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "kdb-web:build:development"
|
||||
"browserTarget": "web:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
@ -97,7 +97,7 @@
|
||||
"extract-i18n": {
|
||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "kdb-web:build"
|
||||
"browserTarget": "web:build"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
|
Loading…
Reference in New Issue
Block a user