Commit 1464166
committed
Fix sidebar-claude tsconfig paths: point '@/*' at src
The bundler does honor tsconfig 'paths' (via resolve.tsConfig in
plugin-js-frameworks), but the mapping '@/*' -> './*' pointed at
the project root, not src/. So '@/lib/utils' resolved to
sidebar-claude/lib/utils (non-existent) instead of src/lib/utils.
Restore the '@/lib/utils' import now that the mapping is correct.1 parent e16ee82 commit 1464166
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| 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