Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7643d4b

Browse files
committedMar 7, 2022
Fixes defaultGetLocalIdent export
1 parent 84b552a commit 7643d4b

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)
Please sign in to comment.