We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to avoid downloading 2.6mb undici in browser while native fetch is available there.
undici
fetch
(https://site.test/@fs/home/me/apps/test/node_modules/.pnpm/@builder.io+qwik@1.4.3_@types+node@20.11.16_undici@6.6.0/node_modules/@builder.io/qwik/core.mjs?v=b666f2aa)
Add a configuration option to use native fetch if targeting modern browser.
The text was updated successfully, but these errors were encountered:
Solved by #5702 but we didn't merge yet because it's a breaking change in node versions.
However I learned today that node 16 doesn't even work :)
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem?
I would like to avoid downloading 2.6mb
undici
in browser while nativefetch
is available there.Describe the solution you'd like
Add a configuration option to use native
fetch
if targeting modern browser.The text was updated successfully, but these errors were encountered: