Skip to content

Commit db5bf0d

Browse files
committed
1 parent 9b10a46 commit db5bf0d

File tree

5 files changed

+8894
-7003
lines changed

5 files changed

+8894
-7003
lines changed

frontend/src/angular/angular.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@
2121
},
2222
"architect": {
2323
"build": {
24-
"builder": "@angular-devkit/build-angular:browser",
24+
"builder": "@angular-devkit/build-angular:application",
2525
"options": {
26-
"outputPath": "dist/testproject",
26+
"outputPath": {
27+
"base": "dist/testproject"
28+
},
2729
"index": "src/index.html",
28-
"main": "src/main.ts",
29-
"polyfills": "src/polyfills.ts",
30+
"polyfills": [
31+
"src/polyfills.ts"
32+
],
3033
"tsConfig": "tsconfig.app.json",
3134
"assets": [
3235
"src/favicon.ico",
@@ -38,12 +41,11 @@
3841
],
3942
"scripts": [],
4043
"aot": false,
41-
"vendorChunk": true,
4244
"extractLicenses": false,
43-
"buildOptimizer": false,
4445
"sourceMap": true,
4546
"optimization": false,
46-
"namedChunks": true
47+
"namedChunks": true,
48+
"browser": "src/main.ts"
4749
},
4850
"configurations": {
4951
"de": {
@@ -69,8 +71,6 @@
6971
"localize": true,
7072
"aot": true,
7173
"extractLicenses": true,
72-
"vendorChunk": false,
73-
"buildOptimizer": true,
7474
"budgets": [
7575
{
7676
"type": "initial",

0 commit comments

Comments
 (0)