We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f2aac commit 5e4c510Copy full SHA for 5e4c510
packages/adapter/shims.js
@@ -1,2 +1,2 @@
1
-import { installFetch } from '@sveltejs/kit/install-fetch';
2
-installFetch()
+import { installPolyfills } from '@sveltejs/kit/node/polyfills';
+installPolyfills()
0 commit comments