Skip to content

Commit

Permalink
fix: require(...) is not a function (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
RuSenLi authored May 27, 2024
1 parent dfe56c4 commit 78f88c0
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,
cjsInterop: true,
splitting: true,
onSuccess: 'npm run build:fix',
}

0 comments on commit 78f88c0

Please sign in to comment.