Skip to content

Commit

Permalink
Fixes defaultGetLocalIdent export
Browse files Browse the repository at this point in the history
  • Loading branch information
birdofpreyru committed Mar 7, 2022
1 parent 84b552a commit 7643d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cjs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const loader = require("./index");

module.exports.defaultGetLocalIdent = require("./utils").defaultGetLocalIdent;

module.exports = loader.default;

module.exports.defaultGetLocalIdent = require("./utils").defaultGetLocalIdent;

0 comments on commit 7643d4b

Please sign in to comment.