We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0894f commit 47c6c3bCopy full SHA for 47c6c3b
src/build.ts
@@ -92,7 +92,6 @@ export async function build(
92
sourcesContent: false,
93
treeShaking: true,
94
outfile: join(tmpdir, normalize(entry) + extname[options.format]),
95
- metafile: cacheOptions?.cache,
96
...options,
97
};
98
if (cacheOptions?.cache && mtime(options.outfile!) > mtime(entry)) {
0 commit comments