Skip to content

Commit

Permalink
Fix missing source maps
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlefs committed Nov 13, 2023
1 parent c543c40 commit 762a967
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 @@ -23,6 +23,7 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"sourceMap": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand Down Expand Up @@ -137,5 +138,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}

0 comments on commit 762a967

Please sign in to comment.