Skip to content

Commit

Permalink
Merge pull request #989 from projectstorm/sources
Browse files Browse the repository at this point in the history
inline sources in source map
  • Loading branch information
dylanvorster authored Mar 5, 2023
2 parents 63e33c0 + b8a4cbd commit 2de55fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .changeset/pretty-bobcats-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@projectstorm/react-diagrams-gallery': patch
'@projectstorm/react-diagrams-demo': patch
'@projectstorm/geometry': patch
'@projectstorm/react-canvas-core': patch
'@projectstorm/react-diagrams': patch
'@projectstorm/react-diagrams-core': patch
'@projectstorm/react-diagrams-defaults': patch
'@projectstorm/react-diagrams-routing': patch
---

Inline sources in sourcemap
1 change: 1 addition & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"incremental": true,
"strictNullChecks": false,
"sourceMap": true,
"inlineSources": true,
"skipLibCheck": true,
"jsx": "react",
"target": "ES6",
Expand Down

0 comments on commit 2de55fd

Please sign in to comment.