Skip to content

Commit

Permalink
fix: defaultGetLocalIdent export (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
birdofpreyru committed Mar 8, 2022
1 parent 84b552a commit 74dac1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cjs.js
@@ -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 74dac1e

Please sign in to comment.