Skip to content

Commit

Permalink
chore: remove todo
Browse files Browse the repository at this point in the history
closes unjs#9
  • Loading branch information
pi0 committed Jul 18, 2023
1 parent 76bb4f7 commit 0296ca6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/make.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export async function mkdist(
return id;
}
for (const extension of resolveExtensions) {
// TODO: Resolve relative ../ via ufo
if (outPaths.has(join(dirname(from), id + extension))) {
return id + extension;
}
Expand Down

0 comments on commit 0296ca6

Please sign in to comment.