Skip to content

Commit

Permalink
[build] Place bin output chunks in a subfolder.
Browse files Browse the repository at this point in the history
We can't quite do this for the `esm` build, due to evanw/esbuild#312
  • Loading branch information
lgarron committed Aug 9, 2023
1 parent 05e7bbd commit 7be67f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/build/targets.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ export const binTarget = {
searchWorkerEsbuildWorkaroundEntry,
],
outdir: "dist/bin/",
chunkNames: "chunks/[name]-[hash]",
format: "esm",
target: "es2020",
bundle: true,
Expand Down

0 comments on commit 7be67f9

Please sign in to comment.