Skip to content

Commit

Permalink
Minify output to match v1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhar committed Nov 4, 2024
1 parent 76b0f30 commit f9f38ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ await Bun.build({
entrypoints: ["./src/index.ts"],
outdir: "./dist",
naming: "[dir]/archipelago.min.[ext]",
minify: true,
});

0 comments on commit f9f38ec

Please sign in to comment.