Skip to content

Commit 0235e10

Browse files
committed
fix: externalize all @tanstack/* packages in tsdown config
1 parent f3e403a commit 0235e10

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/datum-ui/tsdown.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ export default defineConfig({
8787
'@conform-to/react',
8888
'@conform-to/zod',
8989
'@stepperize/react',
90-
'@tanstack/react-table',
91-
'@tanstack/react-virtual',
90+
/^@tanstack\//,
9291
'date-fns',
9392
'date-fns-tz',
9493
'motion',

0 commit comments

Comments
 (0)