Skip to content

Commit

Permalink
fix: Try to fix Dynamic require of "child_process" is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Sep 9, 2024
1 parent 92bfa4c commit 94ceb4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default defineConfig({
noExternal: Object.keys(pkg.dependencies),
format: ['esm'],
dts: true,
shims: true,
sourcemap: true,
minify: true
});

0 comments on commit 94ceb4c

Please sign in to comment.