reduced chunking and optimized output

This commit is contained in:
2026-06-10 12:11:16 +02:00
parent 4854d3cca3
commit ede486cce8
7 changed files with 1141 additions and 1156 deletions

View File

@@ -50,7 +50,7 @@
"maximumError": "80kB"
}
],
"outputHashing": "all"
"outputHashing": "none"
},
"development": {
"optimization": false,
@@ -61,7 +61,8 @@
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.development.ts"
}
]
],
"outputHashing": "none"
}
},
"defaultConfiguration": "production"