Skip to content

Commit 5fcdb6f

Browse files
fix: remove vite overwrite from main package.json and add @ts-expect-error to groupIconVitePlugin
1 parent f39cfc0 commit 5fcdb6f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export default defineConfig({
7373
clearScreen: false,
7474
plugins: [
7575
llmstxt(),
76+
// @ts-expect-error: Vite version mismatch between this project and the plugin
7677
groupIconVitePlugin({
7778
customIcon: {
7879
'wxt.config.ts': localIconLoader(

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@
5252
"vue": "^3.5.27",
5353
"wxt": "workspace:*"
5454
},
55-
"pnpm": {
56-
"overrides": {
57-
"vite": "7.3.0"
58-
}
59-
},
6055
"simple-git-hooks": {
6156
"pre-commit": "pnpm lint-staged"
6257
},

0 commit comments

Comments
 (0)