Skip to content

Commit a2e98a3

Browse files
committed
chore: move to application builder
1 parent 9316f54 commit a2e98a3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

angular.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"prefix": "app",
2222
"architect": {
2323
"build": {
24-
"builder": "@angular-devkit/build-angular:browser",
24+
"builder": "@angular-devkit/build-angular:application",
2525
"options": {
2626
"outputPath": "dist/coreui-free-angular-admin-template",
2727
"index": "src/index.html",
28-
"main": "src/main.ts",
28+
"browser": "src/main.ts",
2929
"polyfills": [
3030
"zone.js"
3131
],
@@ -61,9 +61,7 @@
6161
"outputHashing": "all"
6262
},
6363
"development": {
64-
"buildOptimizer": false,
6564
"optimization": false,
66-
"vendorChunk": true,
6765
"extractLicenses": false,
6866
"sourceMap": true,
6967
"namedChunks": true

0 commit comments

Comments
 (0)