Commit 172ed6b
fix(core): Exclude additional server-only modules from native bundles
Expand the Metro resolver's server-only module exclusion regex to cover
express, postgresjs, requestdata, consola, and spanStreaming integrations.
Also fix the regex terminator to match single-file modules (`.js` suffix).
Closes #6262
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 038a6d7 commit 172ed6b
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
| 367 | + | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
625 | 630 | | |
626 | 631 | | |
627 | 632 | | |
| |||
0 commit comments