Skip to content

Commit

Permalink
Add dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
Goosly committed Dec 9, 2023
1 parent f78b4d3 commit 21ed12d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
]
},
"configurations": {
"development": {
"optimization": false,
"outputHashing": "all",
"sourceMap": true,
"namedChunks": true,
"extractLicenses": false,
"vendorChunk": true,
"buildOptimizer": false,
"budgets": []
},
"production": {
"fileReplacements": [
{
Expand All @@ -50,11 +60,15 @@
}
},
"serve": {
"defaultConfiguration": "development",
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "demo:build"
},
"configurations": {
"development": {
"browserTarget": "demo:build:development"
},
"production": {
"browserTarget": "demo:build:production"
}
Expand Down

0 comments on commit 21ed12d

Please sign in to comment.