Commit f170ec3
fix(core): Exclude additional server-only modules from native bundles (#6263)
* 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>
* docs: Add changelog entry for server-only module exclusions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fixes changelog merge issue
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 68672fc commit f170ec3
3 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 24 | | |
27 | 25 | | |
28 | 26 | | |
| |||
| 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