Update
This commit is contained in:
13
tsup.config.ts
Normal file
13
tsup.config.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { defineConfig } from 'tsup';
|
||||
|
||||
export default defineConfig({
|
||||
entry: ['src/main.ts'],
|
||||
dts: false,
|
||||
splitting: false,
|
||||
sourcemap: false,
|
||||
outDir: 'build',
|
||||
clean: true,
|
||||
minify: true,
|
||||
target: ['esnext'],
|
||||
format: ['cjs']
|
||||
});
|
Reference in New Issue
Block a user