mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-30 08:04:18 +00:00
minify cli (#1662)
* chore(shadcn-ui): minify build * chore: add changeset
This commit is contained in:
5
.changeset/sweet-plums-serve.md
Normal file
5
.changeset/sweet-plums-serve.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"shadcn-ui": patch
|
||||
---
|
||||
|
||||
minify build
|
||||
@@ -6,6 +6,7 @@ export default defineConfig({
|
||||
entry: ["src/index.ts"],
|
||||
format: ["esm"],
|
||||
sourcemap: true,
|
||||
minify: true,
|
||||
target: "esnext",
|
||||
outDir: "dist",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user