We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f114ab commit ac2c305Copy full SHA for ac2c305
wretch.js
@@ -1,5 +1,5 @@
1
// NOTE: does not export Wretcher
2
-const wretch = require('./wretch.browser')
+const { default: wretch } = require('./wretch.browser')
3
const fetch = require('./fetch')
4
5
wretch().polyfills({ fetch })
0 commit comments