Skip to content

Commit

Permalink
bugfix:暂时去掉 VITE_CJS_IGNORE_WARNING 变量,解决 Windows 无法启动的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Mar 1, 2024
1 parent 9b0890d commit 9ea698e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": false,
"scripts": {
"i": "pnpm install",
"dev": "VITE_CJS_IGNORE_WARNING=true vite --mode local-dev",
"dev": "vite --mode local-dev",
"dev-server": "vite --mode dev",
"ts:check": "vue-tsc --noEmit",
"build:local-dev": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode local-dev",
Expand Down

0 comments on commit 9ea698e

Please sign in to comment.