minify cli (#1662)

* chore(shadcn-ui): minify build

* chore: add changeset
This commit is contained in:
shadcn
2023-10-03 18:20:58 +04:00
committed by GitHub
parent 617cdd0e77
commit 95a9673b1e
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"shadcn-ui": patch
---
minify build

View File

@@ -6,6 +6,7 @@ export default defineConfig({
entry: ["src/index.ts"],
format: ["esm"],
sourcemap: true,
minify: true,
target: "esnext",
outDir: "dist",
})