diff --git a/src/build.ts b/src/build.ts index ec7c28c..7f1b304 100644 --- a/src/build.ts +++ b/src/build.ts @@ -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)) {