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
Add support for reading the project name from the user's package.json and including it in the output package.json. This allows the userData path to be distinguished between different projects.
Fix project execution on Windows when no custom Vite config file is provided.
Fix issue where console functions in user projects were incorrectly filtered out by removeJunkTransformOptions due to misuse of stream.TransformOptions (see removeJunkTransformOptions change)
2.4.5 (2025-08-24)
Bug Fixes
Fix the dynamic import will throw error on windows. (fallback to require) 2.4.4 (2025-08-24)
Updates
Update vite version to latest. (v7.1.3)
Update a series of dependencies.
Migrate yarn to pnpm.
Notes
v2.4.5 fix a bug on windows in v2.4.4, do not use v2.4.4