Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 8133ade

Browse files
committed
feat: application builder
1 parent 192bc40 commit 8133ade

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

angular.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"prefix": "app",
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:browser",
18+
"builder": "@angular-devkit/build-angular:application",
1919
"options": {
2020
"outputPath": "dist/angular-music",
2121
"index": "src/index.html",
22-
"main": "src/main.ts",
22+
"browser": "src/main.ts",
2323
"polyfills": ["zone.js"],
2424
"tsConfig": "tsconfig.app.json",
2525
"inlineStyleLanguage": "scss",
@@ -44,12 +44,9 @@
4444
"outputHashing": "all"
4545
},
4646
"development": {
47-
"buildOptimizer": false,
4847
"optimization": false,
49-
"vendorChunk": true,
5048
"extractLicenses": false,
51-
"sourceMap": true,
52-
"namedChunks": true
49+
"sourceMap": true
5350
}
5451
},
5552
"defaultConfiguration": "production"

0 commit comments

Comments
 (0)