Skip to content

Commit 21a15bf

Browse files
authored
Merge pull request #138 from simon04/polyfill-ie11
fix(polyfill): IE11 compatibility
2 parents d489fdc + 7e3f244 commit 21a15bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polyfill/polyfill.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import unfetch from '../src/index.mjs';
1+
import unfetch from '..';
22
if (!self.fetch) self.fetch = unfetch;

0 commit comments

Comments
 (0)