chore: replace vite-tsconfig-paths with resolve.tsconfigPaths - #22100
Conversation
Signed-off-by: Parship Chowdhury <parshipchowdhury@gmail.com>
|
👋 Thanks for contributing to Twenty! Your PR has been set to draft while you work on it. Once you're done, mark it as Ready for review and our automated checks will run. Looking forward to your contribution! |
|
@parshipcy good direction but please Fix CI :) |
Signed-off-by: Parship Chowdhury <parshipchowdhury@gmail.com>
🔍 Visual Regression Review —
|
🔍 Automated Pre-Review🔴 High severity issues detected - This PR needs attention before approval. cc @prastoin Summary
🧭 External PR Quality Review🟠 Needs triage for the following reason(s):
cc @prastoin Checks
Detailed findings (duplicate candidates, standards notes, summary) are in the workflow run logs. Automated pre-review — human approval still required. |
🔍 Visual Regression Review —
|
| Story | Verdict | Confidence | Explained by | |
|---|---|---|---|---|
| 🟡 | modules-commandmenu-commandmenu--sub-page-navigation |
uncertain | 62% | — |
| 🟡 | modules-settings-accounts-blocklist-settingsaccountsblocklistinput--default |
uncertain | 70% | — |
| 🟡 | pages-settings-datamodel-settingsobjectdetail--object-tabs |
uncertain | 72% | — |
| 🟡 | pages-settings-datamodel-settingsobjectdetail--standard-object |
uncertain | 72% | — |
| 🟡 | pages-auth-signinupv2--default |
uncertain | 58% | packages/twenty-front-component-renderer/.storybook/main.ts was changed — a Stor… |
| 🟡 | pages-settings-playground-restplayground--default |
uncertain | 58% | packages/twenty-front-component-renderer/.storybook/main.ts was changed — a Stor… |
Changed stories
| Story | Diff % |
|---|---|
| modules-commandmenu-commandmenu--sub-page-navigation | 14% |
| modules-settings-accounts-blocklist-settingsaccountsblocklistinput--default | 1% |
| pages-settings-datamodel-settingsobjectdetail--object-tabs | 0% |
| pages-settings-datamodel-settingsobjectdetail--standard-object | 0% |
| ui-data-field-input-richtextfieldinput--default | 0% |
| modules-objectrecord-recordcalendar-month--default | 0% |
| pages-settings-datamodel-settingsobjects--default | 0% |
1 new stories
- pages-auth-signinupv2--default
View run details · advisory mode
Summary
Migrates main monorepo packages from the
vite-tsconfig-pathsplugin to vite’s built-in path resolution.Vite 8 showing this warning when the plugin is detected:
References
vite-tsconfig-pathsplugin is detected vitejs/vite#21781