You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(vite-plus): update vite-task integration for cacheScripts and RunConfig (#543)
Adapt vite-plus to the latest vite-task API changes:
- Rename config field from `tasks` to `run` (now `RunConfig` with `cacheScripts` + `tasks`)
- Update `UserConfigFile`/`UserConfigTasks` → `UserRunConfig`
- `load_user_config_file` now returns `Option<UserRunConfig>`
- Rename `task-config.ts` → `run-config.ts`
- Point Cargo.toml to local ../vite-task via patch section
- Add `cacheScripts: true` to existing tests to preserve cache behavior
- Add snap tests for cacheScripts disabled (default) and enabled
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments