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 13f1f01 commit 1b1f440Copy full SHA for 1b1f440
lib/index.js
@@ -48,7 +48,7 @@ module.exports = function setupHook({
48
let scopedName;
49
if (generateScopedName) {
50
scopedName = typeof generateScopedName !== 'function'
51
- ? genericNames(generateScopedName || '[name]__[local]___[hash:base64:5]', {context})
+ ? genericNames(generateScopedName, {context}) // for example '[name]__[local]___[hash:base64:5]'
52
: generateScopedName;
53
} else {
54
// small fallback
0 commit comments