Skip to content

Commit

Permalink
fix: enable windows option
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev authored Jul 17, 2024
1 parent 57a372b commit a4e4896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const normalizeOptions = async (
}

if (Array.isArray(entry)) {
const matcher = picomatch(entry)
const matcher = picomatch(entry, { windows: true })
options.entry = await new fdir()
.withRelativePaths()
.filter((file) => matcher(file))
Expand Down

0 comments on commit a4e4896

Please sign in to comment.