Skip to content

Commit 279000b

Browse files
fix: remove vite overwrite from main package.json and add @ts-expect-error to groupIconVitePlugin
1 parent 6fd80bb commit 279000b

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
@@ -71,6 +71,7 @@ export default defineConfig({
7171
vite: {
7272
clearScreen: false,
7373
plugins: [
74+
// @ts-expect-error: Vite version mismatch between this project and the plugin
7475
groupIconVitePlugin({
7576
customIcon: {
7677
'wxt.config.ts': localIconLoader(

package.json

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

0 commit comments

Comments
 (0)