mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 06:06:37 +03:00
Oracle fixture: declare the vite plugin the web workspace imports
`live-workspaces/apps/web/vite.config.js` imports `@vitejs/plugin-react` but the workspace's package.json listed only `vite`. No oracle case installs or evaluates that config (the three `live-boot-workspaces-*` cases stop at root resolution), so the fixture was never wrong at runtime, only self-contradictory to read. Adding the devDependency keeps the goldens byte-equal. Co-Authored-By: Claude Code <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vau2X53xGTjjTCXWMVBoNY
This commit is contained in:
co-authored by
Claude Code
parent
884c9aaf3d
commit
80ef6bf06e
@@ -1 +1 @@
|
||||
{ "name": "web", "private": true, "type": "module", "devDependencies": { "vite": "^8.0.0" } }
|
||||
{ "name": "web", "private": true, "type": "module", "devDependencies": { "@vitejs/plugin-react": "^5.0.0", "vite": "^8.0.0" } }
|
||||
|
||||
Reference in New Issue
Block a user