Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #34535 +/- ##
==========================================
- Coverage 83.75% 83.75% -0.01%
==========================================
Files 4179 4179
Lines 176784 176788 +4
Branches 35366 35367 +1
==========================================
+ Hits 148065 148067 +2
- Misses 25839 25840 +1
- Partials 2880 2881 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Enable build-time precompression (.br/.gz/.zst) via vinext precompress option, eliminating per-request compression overhead on the production server - Set build target to es2022 to reduce unnecessary syntax downleveling - Use lightningcss for CSS minification - Remove dead commented-out reactGrabOpenFilePlugin code
Convert elkjs from a static top-level import to a dynamic import() with lazy singleton initialization. Remove elk-layout from the workflow utils barrel to prevent the 2.5MB elkjs bundle from polluting the shared chunk loaded by all pages. The utils chunk drops from 1,553KB to 330KB. elkjs is now an independent 1,432KB chunk loaded only when users trigger the workflow auto-layout feature.
The elk-layout functions are now imported directly from utils/elk-layout instead of the barrel, so the vi.mock target must match the new import path.
This reverts commit 88ab237.
lyzno1
approved these changes
Apr 8, 2026
HanqingZ
pushed a commit
to HanqingZ/dify
that referenced
this pull request
Apr 23, 2026
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com> Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
Fixes #<issue number>.Summary
Fixes #34534
Screenshots
Checklist
make lintandmake type-check(backend) andcd web && npx lint-staged(frontend) to appease the lint gods