We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abbdce commit cbdab1dCopy full SHA for cbdab1d
1 file changed
packages/vite/src/node/constants.ts
@@ -171,6 +171,7 @@ export const KNOWN_ASSET_TYPES = [
171
172
export const DEFAULT_ASSETS_RE = new RegExp(
173
`\\.(` + KNOWN_ASSET_TYPES.join('|') + `)(\\?.*)?$`,
174
+ 'i',
175
)
176
177
export const DEP_VERSION_RE = /[?&](v=[\w.-]+)\b/
0 commit comments