From 2886b55817d9ef8cecb037026c669faa70d45221 Mon Sep 17 00:00:00 2001 From: Mikhail Shipov Date: Mon, 21 Feb 2022 12:14:37 +0300 Subject: [PATCH] export defaultGetLocalIdent --- src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index 020cd370f..15275c903 100644 --- a/src/utils.js +++ b/src/utils.js @@ -324,7 +324,7 @@ function escapeLocalIdent(localident) { ); } -function defaultGetLocalIdent( +export function defaultGetLocalIdent( loaderContext, localIdentName, localName,