Commit 931be1f
chore: stop publishing broken declaration and source maps (#925)
The published tarball excludes `src` but ships `.d.ts.map`/`.js.map`
that reference `../src/*.ts`, so the maps never resolve — editors fall
back to the compiled `.d.ts`/`.js` instead of the original source.
Disabling `declarationMap`/`sourceMap` stops emitting these dead maps
and shrinks the tarball. The rsbuild browser bundle sourcemap (which
embeds its own sources) is unaffected.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 496f751 commit 931be1f
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
0 commit comments