Remove redundant 'logging' property from angular.json

The 'logging' property was removed from the build configurations as it is not used or required. This simplifies the configuration and avoids potential confusion.
This commit is contained in:
Teriuihi 2025-04-19 01:34:31 +02:00
parent 3449cf24b1
commit e9880f8864

View File

@ -48,7 +48,6 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"logging": false,
"vendorChunk": false,
"buildOptimizer": true
},
@ -73,7 +72,6 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"logging": false,
"vendorChunk": false,
"buildOptimizer": true
}