We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5592450 commit 48b6c75Copy full SHA for 48b6c75
tsup.config.ts
@@ -8,7 +8,6 @@ export default defineConfig([
8
entry: ['./src/index.ts'],
9
},
10
clean: true,
11
- metafile: true,
12
esbuildOptions(options, context) {
13
options.platform = 'node';
14
0 commit comments