Skip to content

Commit

Permalink
chore: guard equals
Browse files Browse the repository at this point in the history
Co-authored-by: patak <matias.capeletto@gmail.com>
  • Loading branch information
bluwy and patak-dev committed Oct 20, 2022
1 parent cbd40f9 commit 5169f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/utils.ts
Expand Up @@ -303,7 +303,7 @@ export function getPotentialTsSrcPaths(filePath: string): string[] {
}

const importQueryRE = /(\?|&)import=?(?:&|$)/
const directRequestRE = /(\?|&)direct(?:&|$)/
const directRequestRE = /(\?|&)direct=?(?:&|$)/
const internalPrefixes = [
FS_PREFIX,
VALID_ID_PREFIX,
Expand Down

0 comments on commit 5169f2e

Please sign in to comment.