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
Restore two essential bug fixes that were incorrectly removed:
1. vite.config.ts fixes:
- Fix test-id removal logic: only remove in production, preserve for E2E tests
- Improve build performance: replace single chunk with optimized chunk splitting
- Separate vue, element-plus, and vendor chunks for better caching
2. App.vue fix:
- Fix Extension component prop: use menu.index instead of menu.name
- Ensures AI plugin can be correctly identified and loaded
These fixes are critical for AI plugin functionality and should not be reverted.
0 commit comments