-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: analysing build chunk without dependencies #15469
Conversation
|
Hello, I am having issues with migrating our large frontend repo from CRA to Vite because of this specific error It is really hard to understand how I can avoid this without changing the @patak-dev could you bump the severity of this bug? |
@patak-dev hi! Could I ask you to prioritise this if possible? The issue currently blocks updating Gitlab to Vite 5.1.4 because it breaks build stage. BTW @morethanwords thank you for this fix! |
/ecosystem-ci run |
📝 Ran ecosystem CI on
✅ analogjs, astro, histoire, ladle, laravel, marko, nuxt, previewjs, qwik, rakkas, sveltekit, unocss, vike, vite-plugin-pwa, vite-plugin-react, vite-plugin-react-pages, vite-plugin-react-swc, vite-plugin-svelte, vite-plugin-vue, vite-setup-catalogue, vitepress, vitest |
@SimonsUnikaNamn @CyberAP this should be fixed in vite@5.1.5. Let us know if you still see a problem. |
Description
Vite doesn't work well with chunks without dependencies. It crashes on build analysis stage. See this issue.
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).