Skip to content

Commit

Permalink
chore(shadcn-ui): minify build
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Oct 3, 2023
1 parent 617cdd0 commit e6f7074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default defineConfig({
entry: ["src/index.ts"],
format: ["esm"],
sourcemap: true,
minify: true,
target: "esnext",
outDir: "dist",
})

0 comments on commit e6f7074

Please sign in to comment.