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 9316f54 commit a2e98a3Copy full SHA for a2e98a3
angular.json
@@ -21,11 +21,11 @@
21
"prefix": "app",
22
"architect": {
23
"build": {
24
- "builder": "@angular-devkit/build-angular:browser",
+ "builder": "@angular-devkit/build-angular:application",
25
"options": {
26
"outputPath": "dist/coreui-free-angular-admin-template",
27
"index": "src/index.html",
28
- "main": "src/main.ts",
+ "browser": "src/main.ts",
29
"polyfills": [
30
"zone.js"
31
],
@@ -61,9 +61,7 @@
61
"outputHashing": "all"
62
},
63
"development": {
64
- "buildOptimizer": false,
65
"optimization": false,
66
- "vendorChunk": true,
67
"extractLicenses": false,
68
"sourceMap": true,
69
"namedChunks": true
0 commit comments