Skip to content

Commit

Permalink
fix: wrong filename in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Sep 2, 2022
1 parent 68c87fd commit 7757787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/plugins/asset.ts
Expand Up @@ -489,7 +489,7 @@ async function fileToBuiltUrl(
} else {
duplicateAssets.push({
name,
fileName,
fileName: map.get(contentHash)!,
type: 'asset',
source: content,
isAsset: true
Expand Down

0 comments on commit 7757787

Please sign in to comment.