Skip to content

Commit

Permalink
feat(ref: no-ref): add autoCsp, change ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Nov 29, 2024
1 parent 482b462 commit 8a565df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
"src/styles.scss"
],
"scripts": [],
"namedChunks": true
"namedChunks": true,
"sourceMap": true,
"optimization": false
},
"configurations": {
"production": {
Expand Down

0 comments on commit 8a565df

Please sign in to comment.