Skip to content

Commit

Permalink
fix: pin vite@2.9.6 for plugin-worker
Browse files Browse the repository at this point in the history
This avoids a performance regression that is reproducible when using vite 2.9.x versions >= 2.9.7.  It seems to have been fixed in 3.0.0 beta, see:
vitejs/vite#8741
  • Loading branch information
chrispcampbell committed Jun 28, 2022
1 parent 3affc8a commit 026174e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-worker/package.json
Expand Up @@ -34,7 +34,7 @@
"@sdeverywhere/build": "^0.1.0",
"@sdeverywhere/runtime": "^0.1.0",
"@sdeverywhere/runtime-async": "^0.1.0",
"vite": "^2.9.12"
"vite": "2.9.6"
},
"devDependencies": {
"@types/node": "^16.11.7"
Expand Down
28 changes: 26 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 026174e

Please sign in to comment.