X Tutup
Skip to content

Commit 31e3a67

Browse files
committed
refactor!: remove CJS build
1 parent 5cd456f commit 31e3a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export default defineConfig({
66
clean: true,
77
external: ['vite'],
88
sourcemap: true,
9-
format: ['cjs', 'esm'],
9+
format: ['esm'],
1010
})

0 commit comments

Comments
 (0)
X Tutup