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.
2 parents d489fdc + 7e3f244 commit 21a15bfCopy full SHA for 21a15bf
polyfill/polyfill.mjs
@@ -1,2 +1,2 @@
1
-import unfetch from '../src/index.mjs';
+import unfetch from '..';
2
if (!self.fetch) self.fetch = unfetch;
0 commit comments