fix: remove vite-tsconfig-paths (#5960)

It will cause storybook from running.
related to https://github.com/aleclarson/vite-tsconfig-paths/issues/132

We are not actually using `vite-tsconfig-paths` now because we rely on package.json's export field to do path mapping.
This commit is contained in:
Peng Xiao
2024-02-29 07:58:41 +00:00
parent 6f8a4d7bd5
commit 752c8580ae
5 changed files with 8 additions and 62 deletions
-1
View File
@@ -105,7 +105,6 @@
"vite": "^5.1.4",
"vite-plugin-istanbul": "^5.0.0",
"vite-plugin-static-copy": "^1.0.1",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "1.3.1",
"vitest-fetch-mock": "^0.2.2",
"vitest-mock-extended": "^1.3.1"