Skip to content

Commit a53c215

Browse files
authoredJun 6, 2023
feat: image type add apng (#3498)
1 parent c37cdeb commit a53c215

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/vite-node/src/externalize.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { slash } from './utils'
66

77
const KNOWN_ASSET_TYPES = [
88
// images
9+
'apng',
910
'png',
1011
'jpe?g',
1112
'jfif',

0 commit comments

Comments
 (0)
Please sign in to comment.