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.
expandDirectories
1 parent 7b9b201 commit 8fa9655Copy full SHA for 8fa9655
src/core/fs/glob.ts
@@ -12,6 +12,7 @@ export function searchComponents(ctx: Context) {
12
onlyFiles: true,
13
cwd: root,
14
absolute: true,
15
+ expandDirectories: false,
16
})
17
18
if (!files.length && !ctx.options.resolvers?.length)
0 commit comments