Commit a911404
build(nodejs): suppress expected empty-import-meta warning in CJS build
The CJS build intentionally produces empty import.meta — our runtime
code detects this and falls back to createRequire. Silence the esbuild
warning to avoid confusing contributors.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c472d79 commit a911404
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments