Commit e75236e
chore: drop vite-tsconfig-paths in favor of Vite 8 native support
Vite 8 added native tsconfig paths resolution via the
`resolve.tsconfigPaths` option, making the `vite-tsconfig-paths` plugin
redundant. After bumping to Vite 8 (#351), running typecheck surfaced
this deprecation hint:
The plugin "vite-tsconfig-paths" is detected. Vite now supports
tsconfig paths resolution natively via the resolve.tsconfigPaths
option. You can remove the plugin and set resolve.tsconfigPaths: true
in your Vite config instead.
Verified locally: lint, typecheck, all 63 tests pass; dev server boots
and `/de` renders correctly (path imports like `~/utils/...` continue
to resolve).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f39e5c0 commit e75236e
3 files changed
Lines changed: 23 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
0 commit comments