Skip to content

Commit

Permalink
Improve config
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanderson committed Dec 6, 2024
1 parent 9b0400c commit c6364c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion benchmarks/bundles/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/palantir/osdk-ts.git"
},
"scripts": {
"bundle:esbuild": "benchmarks.lib.bundler-esbuild"
"benchmark-parallel": "benchmarks.lib.bundler-esbuild"
},
"dependencies": {
"@osdk/client": "workspace:*",
Expand Down
2 changes: 0 additions & 2 deletions benchmarks/libraries/bundler-esbuild/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ export async function build(dirPath: string) {
? { platform: "node", target: "node18" }
: {
platform: "browser",
// this `conditions` entry SHOULD NOT exist if we have all of our configs right
conditions: ["import"],
}),
outfile: path.join(
baseOutDir,
Expand Down

0 comments on commit c6364c6

Please sign in to comment.