Skip to content

Commit

Permalink
Bundle deps of @camome/core
Browse files Browse the repository at this point in the history
  • Loading branch information
sabigara committed Jan 26, 2023
1 parent 5f24fe5 commit 037903c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/loud-zebras-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@camome/core": patch
---

Bundle deps of @camome/core
1 change: 1 addition & 0 deletions packages/core/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export default defineConfig(async () => {
treeshake: true,
dts: true,
format: ["esm", "cjs"],
noExternal: ["@heroicons/react", "clsx"],
outExtension(ctx) {
return { js: ctx.format === "esm" ? ".mjs" : ".cjs" };
},
Expand Down

0 comments on commit 037903c

Please sign in to comment.