Commit 1b523d4
fix(serve): silence empty-import-meta esbuild warning
IIFE format leaves import.meta empty, which esbuild warns about for
every consumer of `thatopen serve`. The only triggering code path
in our ecosystem (the @thatopen/fragments worker URL fallback) is
unreachable in practice — all callers go through
FragmentsManager.getWorker(). Silencing the warning removes noise
on every build without hiding any real bug.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 260f351 commit 1b523d4
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
58 | 66 | | |
59 | 67 | | |
60 | 68 | | |
| |||
0 commit comments