Skip to content

Commit

Permalink
feat(vite): use case-insensitive mode for matching assets files (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
meitan-li authored Mar 28, 2024
1 parent 7efb026 commit 4ef8b51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/modules/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export function setupAssetsModule(options: { rpc: ViteInspectAPI['rpc'], server:
], {
cwd: dir,
onlyFiles: true,
caseSensitiveMatch: false,
ignore: [
'**/node_modules/**',
'**/dist/**',
Expand Down

0 comments on commit 4ef8b51

Please sign in to comment.