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.
default
1 parent 259dc3c commit 452fa66Copy full SHA for 452fa66
plugin.js
@@ -1,3 +1,3 @@
1
-const createPlugin = require('./lib/util/createPlugin').default
+const createPlugin = require('./lib/util/createPlugin')
2
3
-module.exports = createPlugin
+module.exports = (createPlugin.__esModule ? createPlugin : { default: createPlugin }).default
0 commit comments