Skip to content

Commit bfd8da3

Browse files
committed
chore: replace deprecated tsdown options
1 parent c3071c6 commit bfd8da3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default defineConfig({
2020
/^node:/,
2121
],
2222
// @keep-sorted
23-
onlyAllowBundle: [
23+
onlyBundle: [
2424
'@clack/core',
2525
'@clack/prompts',
2626
'@json-render/core',

packages/kit/tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default defineConfig({
1515
dts: true,
1616
platform: 'neutral',
1717
deps: {
18-
onlyAllowBundle: [
18+
onlyBundle: [
1919
'ohash',
2020
'ua-parser-modern',
2121
],

0 commit comments

Comments
 (0)