79360997

Date: 2025-01-16 09:35:31
Score: 2
Natty:
Report link

I need to modified my angular.json file

"serve": { "builder": "ngx-build-plus:dev-server", "options": { "browserTarget": "myAppName:build" }, "configurations": { "production": { "browserTarget": "myAppName:build:production" }, "development": { "browserTarget": "myAppName:build:development" } }, "defaultConfiguration": "development" },

Also added below in architect-> build -> configurations section

"development": { "optimization": false, "sourceMap": true, "namedChunks": true, "extractLicenses": false, "vendorChunk": true, "buildOptimizer": false }

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Sanket Pathre