Commit c2a2752
authored
Turbopack: Revert default loader runtime backend to child processes (#90675)
We're getting crashes in node: https://github.com/vercel/workflow/actions/runs/22500511618/job/65186125774#step:10:224
It looks like this should be fixed in newer versions of node:
- napi-rs/napi-rs#2555 (comment)
- nodejs/node#55877
- nodejs/node#61400
- nodejs/node#61661
So we may enable the worker threads feature by default if we detect a new enough version of node or bun.1 parent c5b2cf1 commit c2a2752
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2059 | 2059 | | |
2060 | 2060 | | |
2061 | 2061 | | |
2062 | | - | |
2063 | | - | |
2064 | | - | |
| 2062 | + | |
2065 | 2063 | | |
| 2064 | + | |
| 2065 | + | |
2066 | 2066 | | |
2067 | 2067 | | |
2068 | 2068 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1722 | 1722 | | |
1723 | 1723 | | |
1724 | 1724 | | |
1725 | | - | |
| 1725 | + | |
1726 | 1726 | | |
1727 | 1727 | | |
1728 | 1728 | | |
| |||
0 commit comments