Skip to content

Commit 38840f3

Browse files
committed
fix: Allow directories starting with a dot
1 parent 1bced60 commit 38840f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,6 +1209,7 @@ const composeEntryConfig = async (
12091209
const globEntryFiles = await glob(entryFiles, {
12101210
cwd: root,
12111211
absolute: true,
1212+
dot: true,
12121213
});
12131214

12141215
// Filter the glob resolved entry files based on the allowed extensions

0 commit comments

Comments
 (0)