We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ba438 commit 5f79ee2Copy full SHA for 5f79ee2
src/utils.js
@@ -296,7 +296,7 @@ function getModulesPlugins(options, loaderContext) {
296
297
// A null/undefined value signals that we should invoke the default
298
// getLocalIdent method.
299
- if (localIdent == null && getLocalIdent !== defaultGetLocalIdent) {
+ if (localIdent == null) {
300
localIdent = defaultGetLocalIdent(
301
loaderContext,
302
localIdentName,
0 commit comments