Skip to content

Commit ec636b9

Browse files
authored
fix(config): remove "use client" directive to fix ui-core build (#192)
1 parent 46571e2 commit ec636b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ui-core/tsup.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default defineConfig((options) => {
88
sourcemap: env !== "production",
99
minify: env === "production",
1010
bundle: env === "production",
11+
banner: {},
1112
...options,
1213
}
1314
})

0 commit comments

Comments
 (0)