Skip to content

Commit

Permalink
adding development debug sourcemap config
Browse files Browse the repository at this point in the history
  • Loading branch information
mattschoch committed Mar 20, 2024
1 parent e28efa1 commit 6e851b2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@
"build": {
"cache": true,
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
"inputs": ["production", "^production"],
"configurations": {
"development": {
"optimization": false,
"sourceMap": true,
"extractLicenses": false,
"vendorChunk": false,
"commonChunk": false,
"buildOptimizer": false
}
}
},
"lint": {
"cache": true,
Expand Down

0 comments on commit 6e851b2

Please sign in to comment.