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
perf: optimize build process for parallel execution
- Parallelize build:webview, check-types and lint tasks in package script
- Split webview-ui build into parallel tsc and vite tasks
- Disable vite compressed size reporting to reduce unused compute overhead
Build `npm run vsix` time improvement:
Before: 25.008s
After: 16.368s
Signed-off-by: Eric Wheeler <[email protected]>
0 commit comments