Skip to content

Commit

Permalink
fix: add source map for easier debugging in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriceNino committed Jan 27, 2023
1 parent 17ba9d1 commit f4d141e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/view/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
],
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"sourceMap": true,
"namedChunks": false,
"vendorChunk": false
"vendorChunk": true
}
}
},
Expand Down

0 comments on commit f4d141e

Please sign in to comment.