Skip to content

Commit

Permalink
chore(perf-tests): omit watch from esbuild options
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Sep 8, 2023
1 parent c27ee3e commit 7e9e48f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion perf/runner/utils/bundlePerfHelpers.ts
Expand Up @@ -5,7 +5,6 @@ export async function bundle(file: string) {
entryPoints: [file],
bundle: true,
write: false,
watch: false,
})
return result.outputFiles[0].text
}

2 comments on commit 7e9e48f

@vercel
Copy link

@vercel vercel bot commented on 7e9e48f Sep 8, 2023

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:

performance-studio – ./

performance-studio.sanity.build
performance-studio-git-next.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 7e9e48f Sep 8, 2023

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:

test-studio – ./

test-studio.sanity.build
test-studio-git-next.sanity.build

Please sign in to comment.