Skip to content

Commit db1c0e0

Browse files
silverwindclaude
andcommitted
Migrate from vite to tsdown
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 24c5502 commit db1c0e0

5 files changed

Lines changed: 724 additions & 822 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ test-update: node_modules
2929
.PHONY: build
3030
build: node_modules $(DIST_FILES)
3131

32-
$(DIST_FILES): $(SOURCE_FILES) pnpm-lock.yaml vite.config.ts
33-
pnpm exec vite build
32+
$(DIST_FILES): $(SOURCE_FILES) pnpm-lock.yaml tsdown.config.ts
33+
pnpm exec tsdown
3434

3535
.PHONY: publish
3636
publish: node_modules

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,13 @@
2727
"eslint-config-silverwind": "121.0.5",
2828
"jest-extended": "7.0.0",
2929
"tlds": "1.261.0",
30+
"tsdown": "0.20.3",
31+
"tsdown-config-silverwind": "1.7.5",
3032
"typescript": "5.9.3",
3133
"typescript-config-silverwind": "15.0.0",
3234
"updates": "17.5.2",
3335
"updates-config-silverwind": "1.0.3",
3436
"versions": "14.1.2",
35-
"vite": "7.3.1",
36-
"vite-config-silverwind": "6.0.11",
37-
"vite-plugin-dts": "4.5.4",
3837
"vitest": "4.0.18",
3938
"vitest-config-silverwind": "10.6.3"
4039
}

0 commit comments

Comments
 (0)