Skip to content

Commit 0082a8a

Browse files
committed
docs(changeset): Fix build
1 parent 20289f1 commit 0082a8a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/silly-beds-smoke.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@codeui/kit": patch
3+
---
4+
5+
Fix build

packages/kit/rollup.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ function tsTypes() {
2727

2828
const config = withSolid({
2929
input: "src/index.tsx",
30-
targets: ["esm", "cjs"],
31-
output: [{ preserveModules: true, dir: "dist" }],
30+
targets: ["esm"],
31+
output: [{ preserveModules: true, dir: "dist/esm" }],
3232
});
3333

3434
config.external = [...config.external,

0 commit comments

Comments
 (0)