Skip to content

Commit 207cf36

Browse files
authored
feat: re-export defaultGetLocalIdent (#1423)
1 parent f0e20e6 commit 207cf36

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/cjs.js

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

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

src/utils.js

+1
Original file line numberDiff line numberDiff line change
@@ -1297,4 +1297,5 @@ export {
12971297
camelCase,
12981298
stringifyRequest,
12991299
isDataUrl,
1300+
defaultGetLocalIdent,
13001301
};

0 commit comments

Comments
 (0)