Commit f5de7bd
fix: don't statically resolve dist/ in packaging test (breaks CI typecheck)
The plugin-default-export packaging test imported "../dist/index.js" as a
string literal, so `tsc --noEmit` tried to resolve it — failing the typecheck
CI step, which runs before `dist/` is built. Import via a runtime URL instead;
behavior is unchanged and the file exists during `npm run test`.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent a19339d commit f5de7bd
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
| |||
0 commit comments