Skip to content

Commit

Permalink
Updated source map and optimization to local and staging
Browse files Browse the repository at this point in the history
  • Loading branch information
bantibardhan committed Jul 28, 2023
1 parent 1574953 commit db43fa4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
]
},
"staging": {
"optimization": false,
"sourceMap": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand All @@ -75,6 +77,8 @@
]
},
"local": {
"optimization": false,
"sourceMap": true,
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
Expand Down

0 comments on commit db43fa4

Please sign in to comment.