Skip to content

Commit 120fb22

Browse files
committed
Downgrade vite to fix HMR issue with CORS
This is a temporary fix, while searching for a better solution. A security fix broke CORS somewhere in the dev setup, unofrtunately, using legacy mode doesn't work either.
1 parent 309924e commit 120fb22

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"stylelint-config-standard": "^37.0.0",
8585
"ts-jest": "^29.2.5",
8686
"typescript": "^5.7.3",
87-
"vite": "^6.1.0",
87+
"vite": "6.0.8",
8888
"vite-plugin-windicss": "^1.9.4",
8989
"vue": "^3.5.13",
9090
"vue-tsc": "^2.2.2",

0 commit comments

Comments
 (0)