Skip to content

Commit 16655bc

Browse files
committed
feat!: upgrade dts plugin, remove dts.resolve option
1 parent 8764e47 commit 16655bc

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ catalogs:
7171
package-manager-detector: ^1.6.0
7272
picomatch: ^4.0.3
7373
rolldown: 1.0.0-beta.59
74-
rolldown-plugin-dts: ^0.20.0
74+
rolldown-plugin-dts: ^0.21.0
7575
semver: ^7.7.3
7676
tinyexec: ^1.0.2
7777
tinyglobby: ^0.2.15

tsdown.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export default defineConfig([
1919
oxc: {
2020
stripInternal: true,
2121
},
22-
resolve: ['pkg-types'],
2322
},
2423
unused: {
2524
level: 'error',
@@ -64,6 +63,9 @@ export default defineConfig([
6463
enabled: 'ci-only',
6564
profile: 'esm-only',
6665
},
66+
treeshake: {
67+
moduleSideEffects: false,
68+
},
6769
exports: true,
6870
},
6971
])

0 commit comments

Comments
 (0)