From 5815de539c71259421d5b215591e9795b1b1f4ce Mon Sep 17 00:00:00 2001 From: Zyie <24736175+Zyie@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:10:47 +0100 Subject: [PATCH] remove duped code --- src/manifest/pixiManifest.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/manifest/pixiManifest.ts b/src/manifest/pixiManifest.ts index 18047db..9fadc4a 100644 --- a/src/manifest/pixiManifest.ts +++ b/src/manifest/pixiManifest.ts @@ -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