Skip to content

Commit e1f77ee

Browse files
authored
build(css-var-ts): fix external (#3)
1 parent d37c603 commit e1f77ee

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/shaggy-ants-fail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@crescendolab/css-var-ts": patch
3+
---
4+
5+
build(css-var-ts): fix external

packages/css-var-ts/tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const basicConfig = {
77
entry: ["src/index.ts"],
88
tsconfig: "tsconfig.lib.json",
99
dts: true,
10+
external: ["randombytes", "slugify"],
1011
} as const satisfies Exclude<UserConfig, Array<any>>;
1112

1213
const filesCopyFromRootToPkg = ["README.md", "LICENSE"];

0 commit comments

Comments
 (0)