We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b552a commit 74dac1eCopy full SHA for 74dac1e
src/cjs.js
@@ -1,5 +1,5 @@
1
const loader = require("./index");
2
3
-module.exports.defaultGetLocalIdent = require("./utils").defaultGetLocalIdent;
4
-
5
module.exports = loader.default;
+
+module.exports.defaultGetLocalIdent = require("./utils").defaultGetLocalIdent;
0 commit comments