Skip to content

Commit

Permalink
fix: fix DataCloneError when DTS is on (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvictor committed Jul 2, 2022
1 parent 8230221 commit 5040317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -159,6 +159,7 @@ export async function build(_options: Options) {
esbuildOptions: undefined,
plugins: undefined,
treeshake: undefined,
outExtension: undefined,
},
})
worker.on('message', (data) => {
Expand Down

1 comment on commit 5040317

@vercel
Copy link

@vercel vercel bot commented on 5040317 Jul 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tsup – ./

tsup.egoist.sh
tsup.vercel.app
tsup-git-main-egoist.vercel.app
tsup-egoist.vercel.app

Please sign in to comment.