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 ba83acf commit 88e93ecCopy full SHA for 88e93ec
test/test.js
@@ -618,7 +618,7 @@ describe('vue-loader', () => {
618
})
619
}
620
// default localIdentName
621
- testWithIdent(undefined, /^\w{23}/, () => {
+ testWithIdent(undefined, /^\w{22}/, () => {
622
// specified localIdentName
623
const ident = '[path][name]---[local]---[hash:base64:5]'
624
const regex = /css-modules---red---\w{5}/
0 commit comments