Skip to content

Reduce desktop frontend bundle size and split large chunk #11

Description

@postigodev

Summary

The desktop frontend currently emits a large minified chunk during production build.

Current signal

Vite warns that the main chunk is larger than the recommended size threshold.

Expected outcome

Investigate safe ways to reduce bundle size and/or improve chunk splitting.

Good directions

  • identify oversized dependencies
  • split code by page or feature where it actually helps
  • avoid changes that make the app architecture less clear

Likely files

  • apps/tauri/vite.config.*
  • apps/tauri/src/*
  • package dependency graph

Metadata

Metadata

Assignees

No one assigned

    Labels

    frontendTypeScript frontend workhelp wantedMaintainer would welcome contribution hereperformancePerformance, bundle size, or responsiveness

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions