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
#8991 (comment)
kit/packages/kit/src/exports/node/polyfills.js
Line 24 in bfa2b6e
bump the engines field, conditionally polyfill as proposed in #10273, then remove polyfill option from adapter-node: https://kit.svelte.dev/docs/adapter-node#options-polyfill
engines
polyfill
adapter-node
I'm not exactly sure when globalThis.crypto was made available, but I think crypto may need to be polyfilled until Node 20
globalThis.crypto
crypto
No response
nice to have
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the problem
#8991 (comment)
kit/packages/kit/src/exports/node/polyfills.js
Line 24 in bfa2b6e
Describe the proposed solution
bump the
engines
field, conditionally polyfill as proposed in #10273, then removepolyfill
option fromadapter-node
: https://kit.svelte.dev/docs/adapter-node#options-polyfillI'm not exactly sure when
globalThis.crypto
was made available, but I thinkcrypto
may need to be polyfilled until Node 20Alternatives considered
No response
Importance
nice to have
Additional Information
No response
The text was updated successfully, but these errors were encountered: