We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e20e6 commit 207cf36Copy full SHA for 207cf36
src/cjs.js
@@ -1,3 +1,5 @@
1
const loader = require("./index");
2
3
+module.exports.defaultGetLocalIdent = require("./utils").defaultGetLocalIdent;
4
+
5
module.exports = loader.default;
src/utils.js
@@ -1297,4 +1297,5 @@ export {
1297
camelCase,
1298
stringifyRequest,
1299
isDataUrl,
1300
+ defaultGetLocalIdent,
1301
};
0 commit comments