API updates for functional code
This commit is contained in:
@@ -15,11 +15,12 @@
|
||||
"prefix": "app",
|
||||
"architect": {
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:browser",
|
||||
"builder": "@angular-devkit/build-angular:application",
|
||||
"options": {
|
||||
"outputPath": "dist/house-plant-client",
|
||||
"outputPath": {
|
||||
"base": "dist/house-plant-client"
|
||||
},
|
||||
"index": "src/index.html",
|
||||
"main": "src/main.ts",
|
||||
"polyfills": [
|
||||
"zone.js"
|
||||
],
|
||||
@@ -32,7 +33,8 @@
|
||||
"styles": [
|
||||
"src/styles.scss"
|
||||
],
|
||||
"scripts": []
|
||||
"scripts": [],
|
||||
"browser": "src/main.ts"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
@@ -51,9 +53,7 @@
|
||||
"outputHashing": "all"
|
||||
},
|
||||
"development": {
|
||||
"buildOptimizer": false,
|
||||
"optimization": false,
|
||||
"vendorChunk": true,
|
||||
"extractLicenses": false,
|
||||
"sourceMap": true,
|
||||
"namedChunks": true
|
||||
@@ -65,10 +65,10 @@
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"browserTarget": "house-plant-client:build:production"
|
||||
"buildTarget": "house-plant-client:build:production"
|
||||
},
|
||||
"development": {
|
||||
"browserTarget": "house-plant-client:build:development"
|
||||
"buildTarget": "house-plant-client:build:development"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "development"
|
||||
@@ -76,7 +76,7 @@
|
||||
"extract-i18n": {
|
||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||
"options": {
|
||||
"browserTarget": "house-plant-client:build"
|
||||
"buildTarget": "house-plant-client:build"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
@@ -100,5 +100,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"cli": {
|
||||
"analytics": "71536d45-371c-4b7d-b576-cce0a0dc9d18"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user