Skip to content

Commit

Permalink
Update constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
boehs authored Dec 26, 2021
1 parent 1f945f6 commit 1780700
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/vite/src/node/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ export const KNOWN_ASSET_TYPES = [
// other
'wasm',
'webmanifest',
'pdf'
'pdf',
'txt'
]

export const DEFAULT_ASSETS_RE = new RegExp(
Expand Down

0 comments on commit 1780700

Please sign in to comment.