diff --git a/src/make.ts b/src/make.ts index c21f5cc..1515890 100644 --- a/src/make.ts +++ b/src/make.ts @@ -47,6 +47,7 @@ export async function mkdist( const filePaths = await glob(options.pattern || "**", { absolute: false, cwd: options.srcDir, + dot: true, }); const files: InputFile[] = filePaths.map((path) => {