diff --git a/polyfill/polyfill.mjs b/polyfill/polyfill.mjs index e705e65..3ed0e73 100644 --- a/polyfill/polyfill.mjs +++ b/polyfill/polyfill.mjs @@ -1,2 +1,2 @@ -import unfetch from '../src/index.mjs'; +import unfetch from '..'; if (!self.fetch) self.fetch = unfetch;