Skip to content

Commit 47c6c3b

Browse files
committed
refactor: delete unused code
1 parent 3e0894f commit 47c6c3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/build.ts

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export async function build(
9292
sourcesContent: false,
9393
treeShaking: true,
9494
outfile: join(tmpdir, normalize(entry) + extname[options.format]),
95-
metafile: cacheOptions?.cache,
9695
...options,
9796
};
9897
if (cacheOptions?.cache && mtime(options.outfile!) > mtime(entry)) {

0 commit comments

Comments
 (0)