Skip to content

Commit

Permalink
fix: cjs export
Browse files Browse the repository at this point in the history
  • Loading branch information
KeJunMao committed Sep 20, 2023
1 parent 3977621 commit d1b679c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ export default <Options>{
clean: true,
format: ['cjs', 'esm'],
dts: true,
shims: false,
splitting: true,
onSuccess: 'npm run build:fix',
}

0 comments on commit d1b679c

Please sign in to comment.