|
|
@@ -47,6 +47,14 @@
|
|
|
"namedChunks": true
|
|
|
},
|
|
|
"configurations": {
|
|
|
+ "development": {
|
|
|
+ "buildOptimizer": false,
|
|
|
+ "optimization": false,
|
|
|
+ "vendorChunk": true,
|
|
|
+ "extractLicenses": false,
|
|
|
+ "sourceMap": true,
|
|
|
+ "namedChunks": true
|
|
|
+ },
|
|
|
"production": {
|
|
|
"fileReplacements": [
|
|
|
{
|
|
|
@@ -75,15 +83,19 @@
|
|
|
]
|
|
|
}
|
|
|
},
|
|
|
- "defaultConfiguration": ""
|
|
|
+ "defaultConfiguration": "production"
|
|
|
},
|
|
|
"serve": {
|
|
|
+ "defaultConfiguration": "development",
|
|
|
"builder": "@angular-builders/custom-webpack:dev-server",
|
|
|
"options": {
|
|
|
"port": 8080,
|
|
|
"browserTarget": "attractiveness:build"
|
|
|
},
|
|
|
"configurations": {
|
|
|
+ "development": {
|
|
|
+ "browserTarget": "attractiveness:build:development"
|
|
|
+ },
|
|
|
"production": {
|
|
|
"browserTarget": "attractiveness:build:production"
|
|
|
}
|