diff --git a/shared/configs.ts b/shared/configs.ts index ac375cc..17a7f00 100644 --- a/shared/configs.ts +++ b/shared/configs.ts @@ -1,7 +1,7 @@ import { Minimatch } from 'minimatch' import type { FlatConfigItem, MatchedFile } from './types' -const minimatchOpts = { dot: true, matchBase: true } +const minimatchOpts = { dot: true } const _matchInstances = new Map() function minimatch(file: string, pattern: string) {