We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303df1e commit 1e79e2cCopy full SHA for 1e79e2c
apps/demos/project.json
@@ -83,12 +83,21 @@
83
}
84
],
85
"polyfills": ""
86
+ },
87
+ "development": {
88
+ "sourceMap": true,
89
+ "optimization": false,
90
+ "namedChunks": true,
91
+ "vendorChunk": true,
92
+ "extractLicenses": false,
93
+ "buildOptimizer": false
94
95
},
96
"outputs": ["{options.outputPath}"]
97
98
"serve": {
99
"executor": "@angular-devkit/build-angular:dev-server",
100
+ "defaultConfiguration": "development",
101
"options": {
102
"port": 4300,
103
"buildTarget": "demos:build"
@@ -102,6 +111,10 @@
111
112
"zoneless": {
104
113
"buildTarget": "demos:build:zoneless"
114
115
116
+ "buildTarget": "demos:build:development",
117
+ "open": true
105
118
106
119
107
120
0 commit comments