We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vitejs
Learn more about funding links in repositories.
Report abuse
1 parent e7ba55e commit 0c85464Copy full SHA for 0c85464
packages/vite/src/node/plugins/asset.ts
@@ -57,8 +57,6 @@ export function registerCustomMime(): void {
57
mrmime.mimes['flac'] = 'audio/flac'
58
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
59
mrmime.mimes['eot'] = 'application/vnd.ms-fontobject'
60
- // https://github.com/lukeed/mrmime/issues/10
61
- mrmime.mimes['jxl'] = 'image/jxl'
62
}
63
64
export function renderAssetUrlInJS(
0 commit comments