Skip to content

Commit 102fc4f

Browse files
Fix Docker build by removing vite-plugin dependency (#214)
Removes @cloudflare/vite-plugin from root devDependencies to resolve turbo prune lockfile mismatch causing CI failures. The plugin is only used by examples (excluded from Docker builds) and is already in their package.json files.
1 parent b47b8c3 commit 102fc4f

File tree

3 files changed

+23
-109
lines changed

3 files changed

+23
-109
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@cloudflare/sandbox': patch
3+
---
4+
5+
Fix Docker build failures caused by turbo prune lockfile mismatch
6+
7+
Remove @cloudflare/vite-plugin from root devDependencies to avoid turbo prune bug with nested optionalDependencies. The vite-plugin is only used by examples which are excluded from Docker builds and already have it in their own package.json.

package-lock.json

Lines changed: 16 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"@biomejs/biome": "^2.3.2",
2828
"@changesets/changelog-github": "^0.5.1",
2929
"@changesets/cli": "^2.29.7",
30-
"@cloudflare/vite-plugin": "^1.14.1",
3130
"@cloudflare/vitest-pool-workers": "^0.10.2",
3231
"@cloudflare/workers-types": "^4.20251014.0",
3332
"@types/bun": "^1.3.1",

0 commit comments

Comments
 (0)