They do expose a dispatcher property on fetch, but we can't *create* a custom dispatcher without installing undici.
They do expose a dispatcher property on fetch, but we can't *create* a custom dispatcher without installing undici.
Regarding undici, adding this dependency gave me physical pain.
The only alternatives were node-fetch (no longer maintained), axios (not much smaller) and ssrf-got (bloated, breaks on turbopack).
Regarding undici, adding this dependency gave me physical pain.
The only alternatives were node-fetch (no longer maintained), axios (not much smaller) and ssrf-got (bloated, breaks on turbopack).
"terminal.integrated.suggest.enabled": true, "terminal.integrated.suggest.quickSuggestions": {
"commands": "on",
"arguments": "on",
"unknown": "off"
},
"terminal.integrated.suggest.enabled": true, "terminal.integrated.suggest.quickSuggestions": {
"commands": "on",
"arguments": "on",
"unknown": "off"
},
Our Monorepo is huge and has over 10.000 modules. 6.3s COLD compile time is amazing!
Our Monorepo is huge and has over 10.000 modules. 6.3s COLD compile time is amazing!
This means that we can finally start running our tests against turbo and guarantee stable support.
This means that we can finally start running our tests against turbo and guarantee stable support.