Skip to content

Commit 74dac1e

Browse files
authored
fix: defaultGetLocalIdent export (#1427)
1 parent 84b552a commit 74dac1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cjs.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const loader = require("./index");
22

3-
module.exports.defaultGetLocalIdent = require("./utils").defaultGetLocalIdent;
4-
53
module.exports = loader.default;
4+
5+
module.exports.defaultGetLocalIdent = require("./utils").defaultGetLocalIdent;

0 commit comments

Comments
 (0)