Skip to content

Commit

Permalink
refactor: delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious committed Aug 31, 2024
1 parent 3e0894f commit 47c6c3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export async function build(
sourcesContent: false,
treeShaking: true,
outfile: join(tmpdir, normalize(entry) + extname[options.format]),
metafile: cacheOptions?.cache,
...options,
};
if (cacheOptions?.cache && mtime(options.outfile!) > mtime(entry)) {
Expand Down

0 comments on commit 47c6c3b

Please sign in to comment.