Skip to content

Commit

Permalink
Merge pull request #1567 from chrisvxd/sourcemaps
Browse files Browse the repository at this point in the history
build: generate source maps during build
  • Loading branch information
clauderic authored Jan 13, 2025
2 parents f3f05ba + 081b7f2 commit 5792b36
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .changeset/add-source-maps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@dnd-kit/abstract': patch
'@dnd-kit/collision': patch
'@dnd-kit/dom': patch
'@dnd-kit/eslint-config': patch
'@dnd-kit/geometry': patch
'@dnd-kit/helpers': patch
'@dnd-kit/react': patch
'@dnd-kit/state': patch
---

Add source maps to output.
3 changes: 2 additions & 1 deletion config/typescript/vanilla.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"target": "es6",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"importHelpers": true
"importHelpers": true,
"sourceMap": true
}
}

0 comments on commit 5792b36

Please sign in to comment.