[UD] Reduce frontend bundle size #22237
Labels
area/dashboard
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your enhancement related to a problem? Please describe
After the next improvements:
We have a lot of useless code and useless libraries. We need to reduce the frontend bundle size.
Describe the solution you'd like
We can reduce the dashboard-frontend bundle size to 70 percent after removing some libraries: "@eclipse-che/workspace-client", "yaml-language-server", "monaco-languageclient", ...
And after changing "monaco-editor" to something smaller (for read-only mode).
Additional context
The text was updated successfully, but these errors were encountered: