Skip to content

Commit

Permalink
remove duped code
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Jun 25, 2024
1 parent aad9bc0 commit 5815de5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/manifest/pixiManifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ function collectAssets(

if (nonIgnored.length === 0) return;

if (nonIgnored.length === 0) return;

bundleAssets.push({
alias: getShortNames(stripTags(path.relative(entryPath, asset.path)), options),
src: nonIgnored
Expand Down

0 comments on commit 5815de5

Please sign in to comment.