Skip to content

Commit

Permalink
minify cli (#1662)
Browse files Browse the repository at this point in the history
* chore(shadcn-ui): minify build

* chore: add changeset
  • Loading branch information
shadcn committed Oct 3, 2023
1 parent 617cdd0 commit 95a9673
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/sweet-plums-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"shadcn-ui": patch
---

minify build
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 95a9673

Please sign in to comment.