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 4b1b68f commit 51baba9Copy full SHA for 51baba9
files/entry.js
@@ -1,11 +1,11 @@
1
-import { installFetch } from '@sveltejs/kit/install-fetch';
+import { installPolyfills } from '@sveltejs/kit/node/polyfills';
2
import { Server } from 'SERVER';
3
import { manifest } from 'MANIFEST';
4
5
// replaced at build time
6
const debug = DEBUG;
7
8
-installFetch();
+installPolyfills();
9
10
const server = new Server(manifest);
11
0 commit comments