Skip to content

Commit 48b6c75

Browse files
committed
Don't ship metafile
1 parent 5592450 commit 48b6c75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsup.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export default defineConfig([
88
entry: ['./src/index.ts'],
99
},
1010
clean: true,
11-
metafile: true,
1211
esbuildOptions(options, context) {
1312
options.platform = 'node';
1413
},

0 commit comments

Comments
 (0)