Skip to content

Commit

Permalink
feat: re-export defaultGetLocalIdent (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkReD committed Mar 4, 2022
1 parent f0e20e6 commit 207cf36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cjs.js
@@ -1,3 +1,5 @@
const loader = require("./index");

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

module.exports = loader.default;
1 change: 1 addition & 0 deletions src/utils.js
Expand Up @@ -1297,4 +1297,5 @@ export {
camelCase,
stringifyRequest,
isDataUrl,
defaultGetLocalIdent,
};

0 comments on commit 207cf36

Please sign in to comment.