Commit cebfa01
committed
fix: point JSDoc package exports to src/ not dist/
JSDoc packages (config-loader, rollup-plugin-copy,
rollup-plugin-import-meta-assets) have CJS source in src/,
not compiled output in dist/. The exports map must point to
src/ for runtime resolution to work.
Assisted-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 08cf626 commit cebfa01
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- packages
- config-loader
- rollup-plugin-copy
- rollup-plugin-import-meta-assets
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments