Skip to content

Commit 0c85464

Browse files
authoredFeb 18, 2025
refactor: remove custom .jxl mime (#19457)
1 parent e7ba55e commit 0c85464

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎packages/vite/src/node/plugins/asset.ts

-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ export function registerCustomMime(): void {
5757
mrmime.mimes['flac'] = 'audio/flac'
5858
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
5959
mrmime.mimes['eot'] = 'application/vnd.ms-fontobject'
60-
// https://github.com/lukeed/mrmime/issues/10
61-
mrmime.mimes['jxl'] = 'image/jxl'
6260
}
6361

6462
export function renderAssetUrlInJS(

0 commit comments

Comments
 (0)
Please sign in to comment.