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