Suppress glob errors (#174)
parent
93ddfe8259
commit
b3fef941b6
|
@ -43,6 +43,7 @@ export default async function getClassNames(
|
||||||
ignore: ['**/node_modules'],
|
ignore: ['**/node_modules'],
|
||||||
onlyFiles: true,
|
onlyFiles: true,
|
||||||
absolute: true,
|
absolute: true,
|
||||||
|
suppressErrors: true,
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
.map(normalizePath)
|
.map(normalizePath)
|
||||||
|
|
Loading…
Reference in New Issue