Skip to content

Commit

Permalink
feat: image type add apng (#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Jun 6, 2023
1 parent c37cdeb commit a53c215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite-node/src/externalize.ts
Expand Up @@ -6,6 +6,7 @@ import { slash } from './utils'

const KNOWN_ASSET_TYPES = [
// images
'apng',
'png',
'jpe?g',
'jfif',
Expand Down

0 comments on commit a53c215

Please sign in to comment.