Skip to content

Commit 68e608f

Browse files
committed
chore: Exclude sourcesContent from published sourcemaps
1 parent 15511b2 commit 68e608f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/eager-rats-repeat.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'wonka': patch
3+
---
4+
5+
Exclude `sourcesContent` from published sourcemaps

scripts/rollup.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const output = format => {
9797
dir: './dist',
9898
exports: 'named',
9999
sourcemap: true,
100-
sourcemapExcludeSources: false,
100+
sourcemapExcludeSources: true,
101101
indent: false,
102102
freeze: false,
103103
strict: false,

0 commit comments

Comments
 (0)