Skip to content

Commit

Permalink
docs(changeset): Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Sep 13, 2024
1 parent 20289f1 commit 0082a8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-beds-smoke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@codeui/kit": patch
---

Fix build
4 changes: 2 additions & 2 deletions packages/kit/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ function tsTypes() {

const config = withSolid({
input: "src/index.tsx",
targets: ["esm", "cjs"],
output: [{ preserveModules: true, dir: "dist" }],
targets: ["esm"],
output: [{ preserveModules: true, dir: "dist/esm" }],
});

config.external = [...config.external,
Expand Down

0 comments on commit 0082a8a

Please sign in to comment.