Skip to content

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Dec 9, 2025

Vite will try to minimize the number of chunks to increase performance, but this will inline chunks in the entry point and thus adding exports that can be imported by other modules causing the entry point to be re-evaluated.
So we need to disabled this until fixed in server:

Vite will try to minimize the number of chunks to increase performance,
but this will inline chunks in the entry point and thus adding exports
that can be imported by other modules causing the entry point to be
re-evaluated.
So we need to disabled this until fixed in server:
- ref: nextcloud/server#56941

Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux requested a review from artonge December 9, 2025 23:13
@susnux susnux added 3. to review Waiting for reviews bug Something isn't working labels Dec 9, 2025
@codecov
Copy link

codecov bot commented Dec 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

artonge
artonge approved these changes Dec 10, 2025
@susnux susnux merged commit 1f90224 into master Dec 10, 2025
48 checks passed
@susnux susnux deleted the fix/entry-points branch December 10, 2025 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants